Shades of Midnight Blue #08146A
Tints of Midnight Blue #08146A
RGB
CMYK
RGB Variations
Color information
#08146A (or 0x08146A) is known color: Midnight Blue. HEX triplet: 08, 14 and 6A. RGB value is (8,20,106). Sum of RGB (Red+Green+Blue) = 8+20+106=134 (17% of max value = 765). Red value is 8 (3.52% from 255 or 5.97% from 134); Green value is 20 (8.20% from 255 or 14.93% from 134); Blue value is 106 (41.80% from 255 or 79.10% from 134); Max value from RGB is 106 - color contains mainly: blue. Hex color #08146A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08146A is #F7EB95. Grayscale: #191919. Windows color (decimal): -16247702 or 6951944. OLE color: 6951944.
HSL color Cylindrical-coordinate representation of color #08146A: hue angle of 232.65º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #08146A is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 8 | 20 | 106 | - |
| CMYK | 0.92 | 0.81 | 0 | 0.58 |
| HSL | 232.65º | 0.86% | 0.22% | - |
| HSV(B) | 232.65º | 0.92% | 0.42% | - |
| XYZ | 2.95 | 1.59 | 13.79 | - |
| YUV | 26.22 | 173.02 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 20 | 106 | 0.92 | 0.81 | 0 | 0.58 | 232.65 | 0.86 | 0.22 |
| Hex | 8 | 14 | 6A | 5C | 51 | 0 | 3A | E9 | 56 | 16 |
| Octal | 10 | 24 | 152 | 134 | 121 | 0 | 72 | 351 | 126 | 26 |
| Binary | 1000 | 10100 | 1101010 | 1011100 | 1010001 | 0 | 111010 | 11101001 | 1010110 | 10110 |
Color Harmonies of #08146A
Complementary color
Monochromatic Colors of #08146A
Black with #08146A
Text Example
Text Example
White with #08146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08146A; }
p { color: rgb(8,20,106); }
H1.HeaderClassName
{
color: #08146A;
}
.AnyTagClassName
{
color: #08146A;
}
</style>
background-color css
<style>
a { background-color: #08146A; }
a { background-color: rgb(8,20,106); }
div.DivClassName
{
background-color: #08146A;
}
.BgClassName
{
background-color: #08146A;
}
</style>
border-color css
<style>
span { border-color: #08146A; }
span { border-color: rgb(8,20,106); }
td.TdClassName
{
border-color: #08146A;
}
.TagClassName
{
border-color: #08146A;
}
</style>