#1D467B

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

Shades of Dark Cerulean #1D467B

Tints of Dark Cerulean #1D467B

Color information

#1D467B (or 0x1D467B) is unknown color: approx Dark Cerulean. HEX triplet: 1D, 46 and 7B. RGB value is (29,70,123). Sum of RGB (Red+Green+Blue) = 29+70+123=222 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.06% from 222); Green value is 70 (27.73% from 255 or 31.53% from 222); Blue value is 123 (48.44% from 255 or 55.41% from 222); Max value from RGB is 123 - color contains mainly: blue. Hex color #1D467B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D467B is #E2B984. Grayscale: #3F3F3F. Windows color (decimal): -14858629 or 8078877. OLE color: 8078877.

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

Color convert

RGB2970123-
CMYK0.760.4300.52
HSL213.83º61.84%29.8%-
HSV(B)213.83º76.42%48.24%-
XYZ6.276.0719.58-
YUV63.78161.42103.19-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.06%
GREEN value IS 70 (27.73% from 255) = 31.53%
BLUE value IS 123 (48.44% from 255) = 55.41%
R=13.06%
G=31.53%
B=55.41%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal29701230.760.4300.52213.8361.8429.8
Hex1D467B4C2B034d63e1e
Octal35106173114530643267636
Binary1110110001101111011100110010101101101001101011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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