Html Css Color HEX #1D4371 Dark Cerulean

📋 copy color: '#1D4371'

red 29 ◦ green 67 ◦ blue 113

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

Shades of Dark Cerulean #1D4371

Tints of Dark Cerulean #1D4371

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.06%

 BLUE value IS 113 (44.53% from 255) = 54.07%

R = 13.88%
G = 32.06%
B = 54.07%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D4371 (or 0x1D4371) is known color: Dark Cerulean. HEX triplet: 1D, 43 and 71. RGB value is (29,67,113). Sum of RGB (Red+Green+Blue) = 29+67+113=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 67 (26.56% from 255 or 32.06% from 209); Blue value is 113 (44.53% from 255 or 54.07% from 209); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D4371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4371 is #E2BC8E. Grayscale: #3C3C3C. Windows color (decimal): -14859407 or 7422749. OLE color: 7422749.

HSL color Cylindrical-coordinate representation of color #1D4371: hue angle of 212.86º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D4371 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 67 113 -
CMYK 0.74 0.41 0 0.56
HSL 212.86º 0.59% 0.28% -
HSV(B) 212.86º 0.74% 0.44% -
XYZ 5.49 5.47 16.39 -
YUV 60.88 157.41 105.26 -
System Red Green Blue C M Y K H S L
Decimal 29 67 113 0.74 0.41 0 0.56 212.86 0.59 0.28
Hex 1D 43 71 4A 29 0 38 D5 3B 1C
Octal 35 103 161 112 51 0 70 325 73 34
Binary 11101 1000011 1110001 1001010 101001 0 111000 11010101 111011 11100

Color Harmonies of #1D4371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4371

Black with #1D4371

Text Example


Text Example

White with #1D4371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,67,113); }

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

background-color css

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

 a { background-color: rgb(29,67,113); }

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

border-color css

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

 span { border-color: rgb(29,67,113); }

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