#1D4775

Color #1D4775 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #1D4775

Tints of Dark Cerulean #1D4775

Color information

#1D4775 (or 0x1D4775) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 47 and 75. RGB value is (29,71,117). Sum of RGB (Red+Green+Blue) = 29+71+117=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 71 (28.12% from 255 or 32.72% from 217); Blue value is 117 (46.09% from 255 or 53.92% from 217); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D4775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4775 is #E2B88A. Grayscale: #3F3F3F. Windows color (decimal): -14858379 or 7685917. OLE color: 7685917.

HSL color Cylindrical-coordinate representation of color #1D4775: hue angle of 211.36º degrees, saturation: 0.6, 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 #1D4775 is Cyan = 0.75, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2971117-
CMYK0.750.3900.54
HSL211.36º60.27%28.63%-
HSV(B)211.36º75.21%45.88%-
XYZ5.976.0517.68-
YUV63.69158.09103.26-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.36%
GREEN value IS 71 (28.12% from 255) = 32.72%
BLUE value IS 117 (46.09% from 255) = 53.92%
R=13.36%
G=32.72%
B=53.92%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal29711170.750.3900.54211.3660.2728.63
Hex1D47754B27036d33c1d
Octal35107165113470663237435
Binary1110110001111110101100101110011101101101101001111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,71,117); }

 H1.HeaderClassName
 {
   color: #1D4775;
 }
 .AnyTagClassName
 {
   color: #1D4775;
 }
</style>
background-color css

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

 a { background-color: rgb(29,71,117); }

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

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

 span { border-color: rgb(29,71,117); }

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