Shades of Midnight Blue #08035A
Tints of Midnight Blue #08035A
RGB
CMYK
RGB Variations
Color information
#08035A (or 0x08035A) is known color: Midnight Blue. HEX triplet: 08, 03 and 5A. RGB value is (8,3,90). Sum of RGB (Red+Green+Blue) = 8+3+90=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 90 (35.55% from 255 or 89.11% from 101); Max value from RGB is 90 - color contains mainly: blue. Hex color #08035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08035A is #F7FCA5. Grayscale: #0E0E0E. Windows color (decimal): -16252070 or 5899016. OLE color: 5899016.
HSL color Cylindrical-coordinate representation of color #08035A: hue angle of 243.45º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08035A is Cyan = 0.91, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 8 | 3 | 90 | - |
| CMYK | 0.91 | 0.97 | 0 | 0.65 |
| HSL | 243.45º | 0.94% | 0.18% | - |
| HSV(B) | 243.45º | 0.97% | 0.35% | - |
| XYZ | 1.98 | 0.85 | 9.73 | - |
| YUV | 14.41 | 170.66 | 123.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 3 | 90 | 0.91 | 0.97 | 0 | 0.65 | 243.45 | 0.94 | 0.18 |
| Hex | 8 | 3 | 5A | 5B | 61 | 0 | 41 | F3 | 5E | 12 |
| Octal | 10 | 3 | 132 | 133 | 141 | 0 | 101 | 363 | 136 | 22 |
| Binary | 1000 | 11 | 1011010 | 1011011 | 1100001 | 0 | 1000001 | 11110011 | 1011110 | 10010 |
Color Harmonies of #08035A
Complementary color
Monochromatic Colors of #08035A
Black with #08035A
Text Example
Text Example
White with #08035A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08035A; }
p { color: rgb(8,3,90); }
H1.HeaderClassName
{
color: #08035A;
}
.AnyTagClassName
{
color: #08035A;
}
</style>
background-color css
<style>
a { background-color: #08035A; }
a { background-color: rgb(8,3,90); }
div.DivClassName
{
background-color: #08035A;
}
.BgClassName
{
background-color: #08035A;
}
</style>
border-color css
<style>
span { border-color: #08035A; }
span { border-color: rgb(8,3,90); }
td.TdClassName
{
border-color: #08035A;
}
.TagClassName
{
border-color: #08035A;
}
</style>