#1C42C6

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

Shades of Persian Blue #1C42C6

Tints of Persian Blue #1C42C6

Color information

#1C42C6 (or 0x1C42C6) is unknown color: approx Persian Blue. HEX triplet: 1C, 42 and C6. RGB value is (28,66,198). Sum of RGB (Red+Green+Blue) = 28+66+198=292 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.59% from 292); Green value is 66 (26.17% from 255 or 22.60% from 292); Blue value is 198 (77.73% from 255 or 67.81% from 292); Max value from RGB is 198 - color contains mainly: blue. Hex color #1C42C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C42C6 is #E3BD39. Grayscale: #454545. Windows color (decimal): -14925114 or 12993052. OLE color: 12993052.

HSL color Cylindrical-coordinate representation of color #1C42C6: hue angle of 226.59º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C42C6 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB2866198-
CMYK0.860.6700.22
HSL226.59º75.22%44.31%-
HSV(B)226.59º85.86%77.65%-
XYZ12.628.2254.35-
YUV69.69200.4198.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.59%
GREEN value IS 66 (26.17% from 255) = 22.60%
BLUE value IS 198 (77.73% from 255) = 67.81%
R=9.59%
G=22.60%
B=67.81%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal28661980.860.6700.22226.5975.2244.31
Hex1C42C65643016e34b2c
Octal3410230612610302634311354
Binary1110010000101100011010101101000011010110111000111001011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C42C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,66,198); }

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

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

 a { background-color: rgb(28,66,198); }

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

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

 span { border-color: rgb(28,66,198); }

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