Shades of Midnight Blue #08065C
Tints of Midnight Blue #08065C
RGB
CMYK
RGB Variations
Color information
#08065C (or 0x08065C) is known color: Midnight Blue. HEX triplet: 08, 06 and 5C. RGB value is (8,6,92). Sum of RGB (Red+Green+Blue) = 8+6+92=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 6 (2.73% from 255 or 5.66% from 106); Blue value is 92 (36.33% from 255 or 86.79% from 106); Max value from RGB is 92 - color contains mainly: blue. Hex color #08065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08065C is #F7F9A3. Grayscale: #101010. Windows color (decimal): -16251300 or 6030856. OLE color: 6030856.
HSL color Cylindrical-coordinate representation of color #08065C: hue angle of 241.4º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #08065C is Cyan = 0.91, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 6 | 92 | - |
| CMYK | 0.91 | 0.93 | 0 | 0.64 |
| HSL | 241.4º | 0.88% | 0.19% | - |
| HSV(B) | 241.4º | 0.93% | 0.36% | - |
| XYZ | 2.1 | 0.95 | 10.2 | - |
| YUV | 16.4 | 170.66 | 122.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 6 | 92 | 0.91 | 0.93 | 0 | 0.64 | 241.4 | 0.88 | 0.19 |
| Hex | 8 | 6 | 5C | 5B | 5D | 0 | 40 | F1 | 58 | 13 |
| Octal | 10 | 6 | 134 | 133 | 135 | 0 | 100 | 361 | 130 | 23 |
| Binary | 1000 | 110 | 1011100 | 1011011 | 1011101 | 0 | 1000000 | 11110001 | 1011000 | 10011 |
Color Harmonies of #08065C
Complementary color
Monochromatic Colors of #08065C
Black with #08065C
Text Example
Text Example
White with #08065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08065C; }
p { color: rgb(8,6,92); }
H1.HeaderClassName
{
color: #08065C;
}
.AnyTagClassName
{
color: #08065C;
}
</style>
background-color css
<style>
a { background-color: #08065C; }
a { background-color: rgb(8,6,92); }
div.DivClassName
{
background-color: #08065C;
}
.BgClassName
{
background-color: #08065C;
}
</style>
border-color css
<style>
span { border-color: #08065C; }
span { border-color: rgb(8,6,92); }
td.TdClassName
{
border-color: #08065C;
}
.TagClassName
{
border-color: #08065C;
}
</style>