#1C42D4

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

Shades of Persian Blue #1C42D4

Tints of Persian Blue #1C42D4

Color information

#1C42D4 (or 0x1C42D4) is unknown color: approx Persian Blue. HEX triplet: 1C, 42 and D4. RGB value is (28,66,212). Sum of RGB (Red+Green+Blue) = 28+66+212=306 (40% of max value = 765). Red value is 28 (11.33% from 255 or 9.15% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 212 (83.20% from 255 or 69.28% from 306); Max value from RGB is 212 - color contains mainly: blue. Hex color #1C42D4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C42D4 is #E3BD2B. Grayscale: #464646. Windows color (decimal): -14925100 or 13910556. OLE color: 13910556.

HSL color Cylindrical-coordinate representation of color #1C42D4: hue angle of 227.61º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C42D4 is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2866212-
CMYK0.870.6900.17
HSL227.61º76.67%47.06%-
HSV(B)227.61º86.79%83.14%-
XYZ14.318.963.25-
YUV71.28207.4197.13-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.15%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 212 (83.20% from 255) = 69.28%
R=9.15%
G=21.57%
B=69.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal28662120.870.6900.17227.6176.6747.06
Hex1C42D45745011e44d2f
Octal3410232412710502134411557
Binary1110010000101101010010101111000101010001111001001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C42D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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