#1C2CAE

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

Shades of Persian Blue #1C2CAE

Tints of Persian Blue #1C2CAE

Color information

#1C2CAE (or 0x1C2CAE) is unknown color: approx Persian Blue. HEX triplet: 1C, 2C and AE. RGB value is (28,44,174). Sum of RGB (Red+Green+Blue) = 28+44+174=246 (32% of max value = 765). Red value is 28 (11.33% from 255 or 11.38% from 246); Green value is 44 (17.58% from 255 or 17.89% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C2CAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C2CAE is #E3D351. Grayscale: #353535. Windows color (decimal): -14930770 or 11414556. OLE color: 11414556.

HSL color Cylindrical-coordinate representation of color #1C2CAE: hue angle of 233.42º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C2CAE is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2844174-
CMYK0.840.7500.32
HSL233.42º72.28%39.61%-
HSV(B)233.42º83.91%68.24%-
XYZ9.025.140.55-
YUV54.04195.7109.43-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 11.38%
GREEN value IS 44 (17.58% from 255) = 17.89%
BLUE value IS 174 (68.36% from 255) = 70.73%
R=11.38%
G=17.89%
B=70.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal28441740.840.7500.32233.4272.2839.61
Hex1C2CAE544B020e94828
Octal345425612411304035111050
Binary1110010110010101110101010010010110100000111010011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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