#1C2CD9

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

Shades of Persian Blue #1C2CD9

Tints of Persian Blue #1C2CD9

Color information

#1C2CD9 (or 0x1C2CD9) is unknown color: approx Persian Blue. HEX triplet: 1C, 2C and D9. RGB value is (28,44,217). Sum of RGB (Red+Green+Blue) = 28+44+217=289 (38% of max value = 765). Red value is 28 (11.33% from 255 or 9.69% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 217 (85.16% from 255 or 75.09% from 289); Max value from RGB is 217 - color contains mainly: blue. Hex color #1C2CD9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C2CD9 is #E3D326. Grayscale: #3A3A3A. Windows color (decimal): -14930727 or 14232604. OLE color: 14232604.

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

Color convert

RGB2844217-
CMYK0.870.8000.15
HSL234.92º77.14%48.04%-
HSV(B)234.92º87.1%85.1%-
XYZ13.97.0666.28-
YUV58.94217.2105.93-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 9.69%
GREEN value IS 44 (17.58% from 255) = 15.22%
BLUE value IS 217 (85.16% from 255) = 75.09%
R=9.69%
G=15.22%
B=75.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal28442170.870.8000.15234.9277.1448.04
Hex1C2CD957500Feb4d30
Octal345433112712001735311560
Binary11100101100110110011010111101000001111111010111001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2CD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,44,217); }

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

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

 a { background-color: rgb(28,44,217); }

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

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

 span { border-color: rgb(28,44,217); }

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