Html Css Color HEX #1D4376 Dark Cerulean

📋 copy color: '#1D4376'

red 29 ◦ green 67 ◦ blue 118

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

Shades of Dark Cerulean #1D4376

Tints of Dark Cerulean #1D4376

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 55.14%

R = 13.55%
G = 31.31%
B = 55.14%

CMYK

 C value IS 0.75

 M value IS 0.43

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D4376 (or 0x1D4376) is known color: Dark Cerulean. HEX triplet: 1D, 43 and 76. RGB value is (29,67,118). Sum of RGB (Red+Green+Blue) = 29+67+118=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #1D4376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4376 is #E2BC89. Grayscale: #3D3D3D. Windows color (decimal): -14859402 or 7750429. OLE color: 7750429.

HSL color Cylindrical-coordinate representation of color #1D4376: hue angle of 214.38º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4376 is Cyan = 0.75, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 67 118 -
CMYK 0.75 0.43 0 0.54
HSL 214.38º 0.61% 0.29% -
HSV(B) 214.38º 0.75% 0.46% -
XYZ 5.78 5.58 17.91 -
YUV 61.45 159.91 104.85 -
System Red Green Blue C M Y K H S L
Decimal 29 67 118 0.75 0.43 0 0.54 214.38 0.61 0.29
Hex 1D 43 76 4B 2B 0 36 D6 3D 1D
Octal 35 103 166 113 53 0 66 326 75 35
Binary 11101 1000011 1110110 1001011 101011 0 110110 11010110 111101 11101

Color Harmonies of #1D4376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4376

Black with #1D4376

Text Example


Text Example

White with #1D4376

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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