#1D4677

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

Shades of Dark Cerulean #1D4677

Tints of Dark Cerulean #1D4677

Color information

#1D4677 (or 0x1D4677) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 46 and 77. RGB value is (29,70,119). Sum of RGB (Red+Green+Blue) = 29+70+119=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4677 is #E2B988. Grayscale: #3F3F3F. Windows color (decimal): -14858633 or 7816733. OLE color: 7816733.

HSL color Cylindrical-coordinate representation of color #1D4677: hue angle of 212.67º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D4677 is Cyan = 0.76, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2970119-
CMYK0.760.4100.53
HSL212.67º60.81%29.02%-
HSV(B)212.67º75.63%46.67%-
XYZ6.035.9718.29-
YUV63.33159.42103.52-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.30%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=13.30%
G=32.11%
B=54.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal29701190.760.4100.53212.6760.8129.02
Hex1D46774C29035d53d1d
Octal35106167114510653257535
Binary1110110001101110111100110010100101101011101010111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D4677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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