Html Css Color HEX #1D4074 Dark Cerulean

📋 copy color: '#1D4074'

red 29 ◦ green 64 ◦ blue 116

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

Shades of Dark Cerulean #1D4074

Tints of Dark Cerulean #1D4074

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.62%

 BLUE value IS 116 (45.7% from 255) = 55.5%

R = 13.88%
G = 30.62%
B = 55.5%

CMYK

 C value IS 0.75

 M value IS 0.45

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D4074 (or 0x1D4074) is known color: Dark Cerulean. HEX triplet: 1D, 40 and 74. RGB value is (29,64,116). Sum of RGB (Red+Green+Blue) = 29+64+116=209 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.88% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 116 (45.70% from 255 or 55.50% from 209); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D4074 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4074 is #E2BF8B. Grayscale: #3B3B3B. Windows color (decimal): -14860172 or 7618589. OLE color: 7618589.

HSL color Cylindrical-coordinate representation of color #1D4074: hue angle of 215.86º 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 #1D4074 is Cyan = 0.75, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 64 116 -
CMYK 0.75 0.45 0 0.55
HSL 215.86º 0.6% 0.28% -
HSV(B) 215.86º 0.75% 0.45% -
XYZ 5.49 5.19 17.24 -
YUV 59.46 159.9 106.27 -
System Red Green Blue C M Y K H S L
Decimal 29 64 116 0.75 0.45 0 0.55 215.86 0.6 0.28
Hex 1D 40 74 4B 2D 0 37 D8 3C 1C
Octal 35 100 164 113 55 0 67 330 74 34
Binary 11101 1000000 1110100 1001011 101101 0 110111 11011000 111100 11100

Color Harmonies of #1D4074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4074

Black with #1D4074

Text Example


Text Example

White with #1D4074

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,64,116); }

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

background-color css

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

 a { background-color: rgb(29,64,116); }

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

border-color css

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

 span { border-color: rgb(29,64,116); }

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