Shades of Midnight Blue #08035C
Tints of Midnight Blue #08035C
RGB
CMYK
RGB Variations
Color information
#08035C (or 0x08035C) is known color: Midnight Blue. HEX triplet: 08, 03 and 5C. RGB value is (8,3,92). Sum of RGB (Red+Green+Blue) = 8+3+92=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 92 (36.33% from 255 or 89.32% from 103); Max value from RGB is 92 - color contains mainly: blue. Hex color #08035C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08035C is #F7FCA3. Grayscale: #0E0E0E. Windows color (decimal): -16252068 or 6030088. OLE color: 6030088.
HSL color Cylindrical-coordinate representation of color #08035C: hue angle of 243.37º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08035C is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 3 | 92 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.64 |
| HSL | 243.37º | 0.94% | 0.19% | - |
| HSV(B) | 243.37º | 0.97% | 0.36% | - |
| XYZ | 2.06 | 0.89 | 10.19 | - |
| YUV | 14.64 | 171.66 | 123.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 92 | 0.91 | 0.97 | 0 | 0.64 | 243.37 | 0.94 | 0.19 |
| Hex | 8 | 3 | 5C | 5B | 61 | 0 | 40 | F3 | 5E | 13 |
| Octal | 10 | 3 | 134 | 133 | 141 | 0 | 100 | 363 | 136 | 23 |
| Binary | 1000 | 11 | 1011100 | 1011011 | 1100001 | 0 | 1000000 | 11110011 | 1011110 | 10011 |
Color Harmonies of #08035C
Complementary color
Monochromatic Colors of #08035C
Black with #08035C
Text Example
Text Example
White with #08035C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08035C; }
p { color: rgb(8,3,92); }
H1.HeaderClassName
{
color: #08035C;
}
.AnyTagClassName
{
color: #08035C;
}
</style>
background-color css
<style>
a { background-color: #08035C; }
a { background-color: rgb(8,3,92); }
div.DivClassName
{
background-color: #08035C;
}
.BgClassName
{
background-color: #08035C;
}
</style>
border-color css
<style>
span { border-color: #08035C; }
span { border-color: rgb(8,3,92); }
td.TdClassName
{
border-color: #08035C;
}
.TagClassName
{
border-color: #08035C;
}
</style>