Html Css Color HEX #1D447D Dark Cerulean

📋 copy color: '#1D447D'

red 29 ◦ green 68 ◦ blue 125

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

Shades of Dark Cerulean #1D447D

Tints of Dark Cerulean #1D447D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 30.63%

 BLUE value IS 125 (49.22% from 255) = 56.31%

R = 13.06%
G = 30.63%
B = 56.31%

CMYK

 C value IS 0.77

 M value IS 0.46

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1D447D (or 0x1D447D) is known color: Dark Cerulean. HEX triplet: 1D, 44 and 7D. RGB value is (29,68,125). Sum of RGB (Red+Green+Blue) = 29+68+125=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 125 (49.22% from 255 or 56.31% from 222); Max value from RGB is 125 - color contains mainly: blue. Hex color #1D447D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D447D is #E2BB82. Grayscale: #3E3E3E. Windows color (decimal): -14859139 or 8209437. OLE color: 8209437.

HSL color Cylindrical-coordinate representation of color #1D447D: hue angle of 215.62º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D447D is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 29 68 125 -
CMYK 0.77 0.46 0 0.51
HSL 215.63º 0.62% 0.3% -
HSV(B) 215.63º 0.77% 0.49% -
XYZ 6.28 5.88 20.21 -
YUV 62.84 163.08 103.87 -
System Red Green Blue C M Y K H S L
Decimal 29 68 125 0.77 0.46 0 0.51 215.63 0.62 0.3
Hex 1D 44 7D 4D 2E 0 33 D8 3E 1E
Octal 35 104 175 115 56 0 63 330 76 36
Binary 11101 1000100 1111101 1001101 101110 0 110011 11011000 111110 11110

Color Harmonies of #1D447D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D447D

Black with #1D447D

Text Example


Text Example

White with #1D447D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,68,125); }

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

background-color css

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

 a { background-color: rgb(29,68,125); }

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

border-color css

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

 span { border-color: rgb(29,68,125); }

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