#1D457B

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

Shades of Dark Cerulean #1D457B

Tints of Dark Cerulean #1D457B

Color information

#1D457B (or 0x1D457B) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 45 and 7B. RGB value is (29,69,123). Sum of RGB (Red+Green+Blue) = 29+69+123=221 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.12% from 221); Green value is 69 (27.34% from 255 or 31.22% from 221); Blue value is 123 (48.44% from 255 or 55.66% from 221); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D457B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D457B is #E2BA84. Grayscale: #3E3E3E. Windows color (decimal): -14858885 or 8078621. OLE color: 8078621.

HSL color Cylindrical-coordinate representation of color #1D457B: hue angle of 214.47º 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 #1D457B is Cyan = 0.76, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2969123-
CMYK0.760.4400.52
HSL214.47º61.84%29.8%-
HSV(B)214.47º76.42%48.24%-
XYZ6.215.9519.56-
YUV63.2161.75103.61-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.12%
GREEN value IS 69 (27.34% from 255) = 31.22%
BLUE value IS 123 (48.44% from 255) = 55.66%
R=13.12%
G=31.22%
B=55.66%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29691230.760.4400.52214.4761.8429.8
Hex1D457B4C2C034d63e1e
Octal35105173114540643267636
Binary1110110001011111011100110010110001101001101011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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