Shades of Midnight Blue #08146D
Tints of Midnight Blue #08146D
RGB
CMYK
RGB Variations
Color information
#08146D (or 0x08146D) is known color: Midnight Blue. HEX triplet: 08, 14 and 6D. RGB value is (8,20,109). Sum of RGB (Red+Green+Blue) = 8+20+109=137 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.84% from 137); Green value is 20 (8.20% from 255 or 14.60% from 137); Blue value is 109 (42.97% from 255 or 79.56% from 137); Max value from RGB is 109 - color contains mainly: blue. Hex color #08146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08146D is #F7EB92. Grayscale: #1A1A1A. Windows color (decimal): -16247699 or 7148552. OLE color: 7148552.
HSL color Cylindrical-coordinate representation of color #08146D: hue angle of 232.87º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08146D is Cyan = 0.93, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 8 | 20 | 109 | - |
| CMYK | 0.93 | 0.82 | 0 | 0.57 |
| HSL | 232.87º | 0.86% | 0.23% | - |
| HSV(B) | 232.87º | 0.93% | 0.43% | - |
| XYZ | 3.11 | 1.66 | 14.62 | - |
| YUV | 26.56 | 174.52 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 109 | 0.93 | 0.82 | 0 | 0.57 | 232.87 | 0.86 | 0.23 |
| Hex | 8 | 14 | 6D | 5D | 52 | 0 | 39 | E9 | 56 | 17 |
| Octal | 10 | 24 | 155 | 135 | 122 | 0 | 71 | 351 | 126 | 27 |
| Binary | 1000 | 10100 | 1101101 | 1011101 | 1010010 | 0 | 111001 | 11101001 | 1010110 | 10111 |
Color Harmonies of #08146D
Complementary color
Monochromatic Colors of #08146D
Black with #08146D
Text Example
Text Example
White with #08146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08146D; }
p { color: rgb(8,20,109); }
H1.HeaderClassName
{
color: #08146D;
}
.AnyTagClassName
{
color: #08146D;
}
</style>
background-color css
<style>
a { background-color: #08146D; }
a { background-color: rgb(8,20,109); }
div.DivClassName
{
background-color: #08146D;
}
.BgClassName
{
background-color: #08146D;
}
</style>
border-color css
<style>
span { border-color: #08146D; }
span { border-color: rgb(8,20,109); }
td.TdClassName
{
border-color: #08146D;
}
.TagClassName
{
border-color: #08146D;
}
</style>