#1D2466

Color #1D2466 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #1D2466

Tints of Midnight Blue #1D2466

Color information

#1D2466 (or 0x1D2466) is unknown color: approx Midnight Blue. HEX triplet: 1D, 24 and 66. RGB value is (29,36,102). Sum of RGB (Red+Green+Blue) = 29+36+102=167 (22% of max value = 765). Red value is 29 (11.72% from 255 or 17.37% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #1D2466 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2466 is #E2DB99. Grayscale: #292929. Windows color (decimal): -14867354 or 6693917. OLE color: 6693917.

HSL color Cylindrical-coordinate representation of color #1D2466: hue angle of 234.25º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D2466 is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2936102-
CMYK0.720.6500.6
HSL234.25º55.73%25.69%-
HSV(B)234.25º71.57%40%-
XYZ3.542.4812.86-
YUV41.43162.18119.13-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 17.37%
GREEN value IS 36 (14.45% from 255) = 21.56%
BLUE value IS 102 (40.23% from 255) = 61.08%
R=17.37%
G=21.56%
B=61.08%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal29361020.720.6500.6234.2555.7325.69
Hex1D2466484103Cea381a
Octal35441461101010743527032
Binary1110110010011001101001000100000101111001110101011100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,36,102); }

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

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

 a { background-color: rgb(29,36,102); }

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

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

 span { border-color: rgb(29,36,102); }

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