Html Css Color HEX #1D4DAF Cerulean Blue

📋 copy color: '#1D4DAF'

red 29 ◦ green 77 ◦ blue 175

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

Shades of Cerulean Blue #1D4DAF

Tints of Cerulean Blue #1D4DAF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.4%

 BLUE value IS 175 (68.75% from 255) = 62.28%

R = 10.32%
G = 27.4%
B = 62.28%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1D4DAF (or 0x1D4DAF) is known color: Cerulean Blue. HEX triplet: 1D, 4D and AF. RGB value is (29,77,175). Sum of RGB (Red+Green+Blue) = 29+77+175=281 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.32% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 175 (68.75% from 255 or 62.28% from 281); Max value from RGB is 175 - color contains mainly: blue. Hex color #1D4DAF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D4DAF is #E2B250. Grayscale: #494949. Windows color (decimal): -14856785 or 11488541. OLE color: 11488541.

HSL color Cylindrical-coordinate representation of color #1D4DAF: hue angle of 220.27º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D4DAF is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 29 77 175 -
CMYK 0.83 0.56 0 0.31
HSL 220.27º 0.72% 0.4% -
HSV(B) 220.27º 0.83% 0.69% -
XYZ 10.9 8.66 41.66 -
YUV 73.82 185.1 96.03 -
System Red Green Blue C M Y K H S L
Decimal 29 77 175 0.83 0.56 0 0.31 220.27 0.72 0.4
Hex 1D 4D AF 53 38 0 1F DC 48 28
Octal 35 115 257 123 70 0 37 334 110 50
Binary 11101 1001101 10101111 1010011 111000 0 11111 11011100 1001000 101000

Color Harmonies of #1D4DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4DAF

Black with #1D4DAF

Text Example


Text Example

White with #1D4DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,77,175); }

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

background-color css

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

 a { background-color: rgb(29,77,175); }

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

border-color css

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

 span { border-color: rgb(29,77,175); }

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