#1C18BD

Color #1C18BD Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #1C18BD

Tints of Persian Blue #1C18BD

Color information

#1C18BD (or 0x1C18BD) is unknown color: approx Persian Blue. HEX triplet: 1C, 18 and BD. RGB value is (28,24,189). Sum of RGB (Red+Green+Blue) = 28+24+189=241 (31% of max value = 765). Red value is 28 (11.33% from 255 or 11.62% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 189 (74.22% from 255 or 78.42% from 241); Max value from RGB is 189 - color contains mainly: blue. Hex color #1C18BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1C18BD is #E3E742. Grayscale: #2B2B2B. Windows color (decimal): -14935875 or 12392476. OLE color: 12392476.

HSL color Cylindrical-coordinate representation of color #1C18BD: hue angle of 241.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C18BD is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB2824189-
CMYK0.850.8700.26
HSL241.45º77.46%41.76%-
HSV(B)241.45º87.3%74.12%-
XYZ9.994.5748.5-
YUV44.01209.83116.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 11.62%
GREEN value IS 24 (9.77% from 255) = 9.96%
BLUE value IS 189 (74.22% from 255) = 78.42%
R=11.62%
G=9.96%
B=78.42%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal28241890.850.8700.26241.4577.4641.76
Hex1C18BD555701Af14d2a
Octal343027512512703236111552
Binary11100110001011110110101011010111011010111100011001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C18BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C18BD; }

 p { color: rgb(28,24,189); }

 H1.HeaderClassName
 {
   color: #1C18BD;
 }
 .AnyTagClassName
 {
   color: #1C18BD;
 }
</style>
background-color css

<style>
 a { background-color: #1C18BD; }

 a { background-color: rgb(28,24,189); }

 div.DivClassName
 {
   background-color: #1C18BD;
 }
 .BgClassName
 {
   background-color: #1C18BD;
 }
</style>
border-color css

<style>
 span { border-color: #1C18BD; }

 span { border-color: rgb(28,24,189); }

 td.TdClassName
 {
   border-color: #1C18BD;
 }
 .TagClassName
 {
   border-color: #1C18BD;
 }
</style>