#1D0D6F

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

Shades of Midnight Blue #1D0D6F

Tints of Midnight Blue #1D0D6F

Color information

#1D0D6F (or 0x1D0D6F) is unknown color: approx Midnight Blue. HEX triplet: 1D, 0D and 6F. RGB value is (29,13,111). Sum of RGB (Red+Green+Blue) = 29+13+111=153 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.95% from 153); Green value is 13 (5.47% from 255 or 8.50% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #1D0D6F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0D6F is #E2F290. Grayscale: #1C1C1C. Windows color (decimal): -14873233 or 7277853. OLE color: 7277853.

HSL color Cylindrical-coordinate representation of color #1D0D6F: hue angle of 249.8º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D0D6F is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2913111-
CMYK0.740.8800.56
HSL249.8º79.03%24.31%-
HSV(B)249.8º88.29%43.53%-
XYZ3.521.715.18-
YUV28.96174.3128.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 18.95%
GREEN value IS 13 (5.47% from 255) = 8.50%
BLUE value IS 111 (43.75% from 255) = 72.55%
R=18.95%
G=8.50%
B=72.55%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal29131110.740.8800.56249.879.0324.31
Hex1DD6F4A58038fa4f18
Octal351515711213007037211730
Binary111011101110111110010101011000011100011111010100111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,13,111); }

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

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

 a { background-color: rgb(29,13,111); }

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

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

 span { border-color: rgb(29,13,111); }

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