Html Css Color HEX #1D4CAC Cerulean Blue

📋 copy color: '#1D4CAC'

red 29 ◦ green 76 ◦ blue 172

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

Shades of Cerulean Blue #1D4CAC

Tints of Cerulean Blue #1D4CAC

RGB

 RED value IS 29 (11.72% from 255) = 10.47%

 GREEN value IS 76 (30.08% from 255) = 27.44%

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

R = 10.47%
G = 27.44%
B = 62.09%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D4CAC (or 0x1D4CAC) is known color: Cerulean Blue. HEX triplet: 1D, 4C and AC. RGB value is (29,76,172). Sum of RGB (Red+Green+Blue) = 29+76+172=277 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.47% from 277); Green value is 76 (30.08% from 255 or 27.44% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D4CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D4CAC is #E2B353. Grayscale: #484848. Windows color (decimal): -14857044 or 11291677. OLE color: 11291677.

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

Color convert

RGB 29 76 172 -
CMYK 0.83 0.56 0 0.33
HSL 220.28º 0.71% 0.39% -
HSV(B) 220.28º 0.83% 0.67% -
XYZ 10.54 8.41 40.1 -
YUV 72.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 29 76 172 0.83 0.56 0 0.33 220.28 0.71 0.39
Hex 1D 4C AC 53 38 0 21 DC 47 27
Octal 35 114 254 123 70 0 41 334 107 47
Binary 11101 1001100 10101100 1010011 111000 0 100001 11011100 1000111 100111

Color Harmonies of #1D4CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4CAC

Black with #1D4CAC

Text Example


Text Example

White with #1D4CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,76,172); }

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

background-color css

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

 a { background-color: rgb(29,76,172); }

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

border-color css

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

 span { border-color: rgb(29,76,172); }

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