Html Css Color HEX #1D4673 Dark Cerulean

📋 copy color: '#1D4673'

red 29 ◦ green 70 ◦ blue 115

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

Shades of Dark Cerulean #1D4673

Tints of Dark Cerulean #1D4673

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.71%

 BLUE value IS 115 (45.31% from 255) = 53.74%

R = 13.55%
G = 32.71%
B = 53.74%

CMYK

 C value IS 0.75

 M value IS 0.39

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D4673 (or 0x1D4673) is known color: Dark Cerulean. HEX triplet: 1D, 46 and 73. RGB value is (29,70,115). Sum of RGB (Red+Green+Blue) = 29+70+115=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 70 (27.73% from 255 or 32.71% from 214); Blue value is 115 (45.31% from 255 or 53.74% from 214); Max value from RGB is 115 - color contains mainly: blue. Hex color #1D4673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4673 is #E2B98C. Grayscale: #3E3E3E. Windows color (decimal): -14858637 or 7554589. OLE color: 7554589.

HSL color Cylindrical-coordinate representation of color #1D4673: hue angle of 211.4º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4673 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 70 115 -
CMYK 0.75 0.39 0 0.55
HSL 211.4º 0.6% 0.28% -
HSV(B) 211.4º 0.75% 0.45% -
XYZ 5.79 5.88 17.05 -
YUV 62.87 157.42 103.84 -
System Red Green Blue C M Y K H S L
Decimal 29 70 115 0.75 0.39 0 0.55 211.4 0.6 0.28
Hex 1D 46 73 4B 27 0 37 D3 3C 1C
Octal 35 106 163 113 47 0 67 323 74 34
Binary 11101 1000110 1110011 1001011 100111 0 110111 11010011 111100 11100

Color Harmonies of #1D4673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4673

Black with #1D4673

Text Example


Text Example

White with #1D4673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,70,115); }

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

background-color css

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

 a { background-color: rgb(29,70,115); }

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

border-color css

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

 span { border-color: rgb(29,70,115); }

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