#1C4AAA

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

Shades of Cerulean Blue #1C4AAA

Tints of Cerulean Blue #1C4AAA

Color information

#1C4AAA (or 0x1C4AAA) is unknown color: approx Cerulean Blue. HEX triplet: 1C, 4A and AA. RGB value is (28,74,170). Sum of RGB (Red+Green+Blue) = 28+74+170=272 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.29% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 170 (66.80% from 255 or 62.5% from 272); Max value from RGB is 170 - color contains mainly: blue. Hex color #1C4AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4AAA is #E3B555. Grayscale: #464646. Windows color (decimal): -14923094 or 11160092. OLE color: 11160092.

HSL color Cylindrical-coordinate representation of color #1C4AAA: hue angle of 220.56º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C4AAA is Cyan = 0.84, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2874170-
CMYK0.840.5600.33
HSL220.56º71.72%38.82%-
HSV(B)220.56º83.53%66.67%-
XYZ10.188.0539.05-
YUV71.19183.7697.19-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 10.29%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 170 (66.80% from 255) = 62.5%
R=10.29%
G=27.21%
B=62.5%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal28741700.840.5600.33220.5671.7238.82
Hex1C4AAA5438021dd4827
Octal341122521247004133511047
Binary1110010010101010101010101001110000100001110111011001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,74,170); }

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

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

 a { background-color: rgb(28,74,170); }

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

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

 span { border-color: rgb(28,74,170); }

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