#1D477B

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

Shades of Dark Cerulean #1D477B

Tints of Dark Cerulean #1D477B

Color information

#1D477B (or 0x1D477B) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 47 and 7B. RGB value is (29,71,123). Sum of RGB (Red+Green+Blue) = 29+71+123=223 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.00% from 223); Green value is 71 (28.12% from 255 or 31.84% from 223); Blue value is 123 (48.44% from 255 or 55.16% from 223); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D477B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D477B is #E2B884. Grayscale: #404040. Windows color (decimal): -14858373 or 8079133. OLE color: 8079133.

HSL color Cylindrical-coordinate representation of color #1D477B: hue angle of 213.19º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D477B is Cyan = 0.76, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2971123-
CMYK0.760.4200.52
HSL213.19º61.84%29.8%-
HSV(B)213.19º76.42%48.24%-
XYZ6.346.219.6-
YUV64.37161.09102.77-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.00%
GREEN value IS 71 (28.12% from 255) = 31.84%
BLUE value IS 123 (48.44% from 255) = 55.16%
R=13.00%
G=31.84%
B=55.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29711230.760.4200.52213.1961.8429.8
Hex1D477B4C2A034d53e1e
Octal35107173114520643257636
Binary1110110001111111011100110010101001101001101010111111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D477B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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