Html Css Color HEX #1C4AAA Cerulean Blue

📋 copy color: '#1C4AAA'

red 28 ◦ green 74 ◦ blue 170

#1C4AAA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean Blue #1C4AAA

Tints of Cerulean Blue #1C4AAA

RGB

 RED value IS 28 (11.33% from 255) = 10.29%

 GREEN value IS 74 (29.3% from 255) = 27.21%

 BLUE value IS 170 (66.8% from 255) = 62.5%

R = 10.29%
G = 27.21%
B = 62.5%

CMYK

 C value IS 0.84

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C4AAA (or 0x1C4AAA) is known color: 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

RGB 28 74 170 -
CMYK 0.84 0.56 0 0.33
HSL 220.56º 0.72% 0.39% -
HSV(B) 220.56º 0.84% 0.67% -
XYZ 10.18 8.05 39.05 -
YUV 71.19 183.76 97.19 -
System Red Green Blue C M Y K H S L
Decimal 28 74 170 0.84 0.56 0 0.33 220.56 0.72 0.39
Hex 1C 4A AA 54 38 0 21 DD 48 27
Octal 34 112 252 124 70 0 41 335 110 47
Binary 11100 1001010 10101010 1010100 111000 0 100001 11011101 1001000 100111

Color Harmonies of #1C4AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4AAA

Black with #1C4AAA

Text Example


Text Example

White with #1C4AAA

Text Example


Text Example

HTML Codes & Css Web 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>