Html Css Color HEX #1C4AAC Cerulean Blue

📋 copy color: '#1C4AAC'

red 28 ◦ green 74 ◦ blue 172

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

Shades of Cerulean Blue #1C4AAC

Tints of Cerulean Blue #1C4AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.77%

R = 10.22%
G = 27.01%
B = 62.77%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1C4AAC (or 0x1C4AAC) is known color: Cerulean Blue. HEX triplet: 1C, 4A and AC. RGB value is (28,74,172). Sum of RGB (Red+Green+Blue) = 28+74+172=274 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.22% from 274); Green value is 74 (29.30% from 255 or 27.01% from 274); Blue value is 172 (67.58% from 255 or 62.77% from 274); Max value from RGB is 172 - color contains mainly: blue. Hex color #1C4AAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1C4AAC is #E3B553. Grayscale: #464646. Windows color (decimal): -14923092 or 11291164. OLE color: 11291164.

HSL color Cylindrical-coordinate representation of color #1C4AAC: hue angle of 220.83º 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 #1C4AAC is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 28 74 172 -
CMYK 0.84 0.57 0 0.33
HSL 220.83º 0.72% 0.39% -
HSV(B) 220.83º 0.84% 0.67% -
XYZ 10.37 8.12 40.05 -
YUV 71.42 184.76 97.03 -
System Red Green Blue C M Y K H S L
Decimal 28 74 172 0.84 0.57 0 0.33 220.83 0.72 0.39
Hex 1C 4A AC 54 39 0 21 DD 48 27
Octal 34 112 254 124 71 0 41 335 110 47
Binary 11100 1001010 10101100 1010100 111001 0 100001 11011101 1001000 100111

Color Harmonies of #1C4AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C4AAC

Black with #1C4AAC

Text Example


Text Example

White with #1C4AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1C4AAC;
 }
 .AnyTagClassName
 {
   color: #1C4AAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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