#1D0860

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

Shades of Midnight Blue #1D0860

Tints of Midnight Blue #1D0860

Color information

#1D0860 (or 0x1D0860) is unknown color: approx Midnight Blue. HEX triplet: 1D, 08 and 60. RGB value is (29,8,96). Sum of RGB (Red+Green+Blue) = 29+8+96=133 (17% of max value = 765). Red value is 29 (11.72% from 255 or 21.80% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 96 (37.89% from 255 or 72.18% from 133); Max value from RGB is 96 - color contains mainly: blue. Hex color #1D0860 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0860 is #E2F79F. Grayscale: #171717. Windows color (decimal): -14874528 or 6293533. OLE color: 6293533.

HSL color Cylindrical-coordinate representation of color #1D0860: hue angle of 254.32º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0860 is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB29896-
CMYK0.700.9200.62
HSL254.32º84.62%20.39%-
HSV(B)254.32º91.67%37.65%-
XYZ2.71.2811.17-
YUV24.31168.46131.34-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 21.80%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 96 (37.89% from 255) = 72.18%
R=21.80%
G=6.02%
B=72.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal298960.700.9200.62254.3284.6220.39
Hex1D860465C03Efe5514
Octal351014010613407637612524
Binary111011000110000010001101011100011111011111110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D0860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,8,96); }

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

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

 a { background-color: rgb(29,8,96); }

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

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

 span { border-color: rgb(29,8,96); }

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