#1C18B2

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

Shades of Persian Blue #1C18B2

Tints of Persian Blue #1C18B2

Color information

#1C18B2 (or 0x1C18B2) is unknown color: approx Persian Blue. HEX triplet: 1C, 18 and B2. RGB value is (28,24,178). Sum of RGB (Red+Green+Blue) = 28+24+178=230 (30% of max value = 765). Red value is 28 (11.33% from 255 or 12.17% from 230); Green value is 24 (9.77% from 255 or 10.43% from 230); Blue value is 178 (69.92% from 255 or 77.39% from 230); Max value from RGB is 178 - color contains mainly: blue. Hex color #1C18B2 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C18B2 is #E3E74D. Grayscale: #2A2A2A. Windows color (decimal): -14935886 or 11671580. OLE color: 11671580.

HSL color Cylindrical-coordinate representation of color #1C18B2: hue angle of 241.56º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C18B2 is Cyan = 0.84, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2824178-
CMYK0.840.8700.30
HSL241.56º76.24%39.61%-
HSV(B)241.56º86.52%69.8%-
XYZ8.844.1142.45-
YUV42.75204.33117.48-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 12.17%
GREEN value IS 24 (9.77% from 255) = 10.43%
BLUE value IS 178 (69.92% from 255) = 77.39%
R=12.17%
G=10.43%
B=77.39%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal28241780.840.8700.30241.5676.2439.61
Hex1C18B2545701Ef24c28
Octal343026212412703636211450
Binary11100110001011001010101001010111011110111100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C18B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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