Shades of Midnight Blue #08045B
Tints of Midnight Blue #08045B
RGB
CMYK
RGB Variations
Color information
#08045B (or 0x08045B) is known color: Midnight Blue. HEX triplet: 08, 04 and 5B. RGB value is (8,4,91). Sum of RGB (Red+Green+Blue) = 8+4+91=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 4 (1.95% from 255 or 3.88% from 103); Blue value is 91 (35.94% from 255 or 88.35% from 103); Max value from RGB is 91 - color contains mainly: blue. Hex color #08045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #08045B is #F7FBA4. Grayscale: #0E0E0E. Windows color (decimal): -16251813 or 5964808. OLE color: 5964808.
HSL color Cylindrical-coordinate representation of color #08045B: hue angle of 242.76º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08045B is Cyan = 0.91, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 8 | 4 | 91 | - |
| CMYK | 0.91 | 0.96 | 0 | 0.64 |
| HSL | 242.76º | 0.92% | 0.19% | - |
| HSV(B) | 242.76º | 0.96% | 0.36% | - |
| XYZ | 2.03 | 0.89 | 9.96 | - |
| YUV | 15.11 | 170.83 | 122.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 4 | 91 | 0.91 | 0.96 | 0 | 0.64 | 242.76 | 0.92 | 0.19 |
| Hex | 8 | 4 | 5B | 5B | 60 | 0 | 40 | F3 | 5C | 13 |
| Octal | 10 | 4 | 133 | 133 | 140 | 0 | 100 | 363 | 134 | 23 |
| Binary | 1000 | 100 | 1011011 | 1011011 | 1100000 | 0 | 1000000 | 11110011 | 1011100 | 10011 |
Color Harmonies of #08045B
Complementary color
Monochromatic Colors of #08045B
Black with #08045B
Text Example
Text Example
White with #08045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08045B; }
p { color: rgb(8,4,91); }
H1.HeaderClassName
{
color: #08045B;
}
.AnyTagClassName
{
color: #08045B;
}
</style>
background-color css
<style>
a { background-color: #08045B; }
a { background-color: rgb(8,4,91); }
div.DivClassName
{
background-color: #08045B;
}
.BgClassName
{
background-color: #08045B;
}
</style>
border-color css
<style>
span { border-color: #08045B; }
span { border-color: rgb(8,4,91); }
td.TdClassName
{
border-color: #08045B;
}
.TagClassName
{
border-color: #08045B;
}
</style>