Html Css Color HEX #1D4EAC Cerulean Blue

📋 copy color: '#1D4EAC'

red 29 ◦ green 78 ◦ blue 172

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

Shades of Cerulean Blue #1D4EAC

Tints of Cerulean Blue #1D4EAC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 27.96%

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

R = 10.39%
G = 27.96%
B = 61.65%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D4EAC (or 0x1D4EAC) is known color: Cerulean Blue. HEX triplet: 1D, 4E and AC. RGB value is (29,78,172). Sum of RGB (Red+Green+Blue) = 29+78+172=279 (36% of max value = 765). Red value is 29 (11.72% from 255 or 10.39% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D4EAC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4EAC is #E2B153. Grayscale: #494949. Windows color (decimal): -14856532 or 11292189. OLE color: 11292189.

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

Color convert

RGB 29 78 172 -
CMYK 0.83 0.55 0 0.33
HSL 219.44º 0.71% 0.39% -
HSV(B) 219.44º 0.83% 0.67% -
XYZ 10.68 8.69 40.14 -
YUV 74.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 29 78 172 0.83 0.55 0 0.33 219.44 0.71 0.39
Hex 1D 4E AC 53 37 0 21 DB 47 27
Octal 35 116 254 123 67 0 41 333 107 47
Binary 11101 1001110 10101100 1010011 110111 0 100001 11011011 1000111 100111

Color Harmonies of #1D4EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4EAC

Black with #1D4EAC

Text Example


Text Example

White with #1D4EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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