Shades of Midnight Blue #06045B
Tints of Midnight Blue #06045B
RGB
CMYK
RGB Variations
Color information
#06045B (or 0x06045B) is known color: Midnight Blue. HEX triplet: 06, 04 and 5B. RGB value is (6,4,91). Sum of RGB (Red+Green+Blue) = 6+4+91=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 91 (35.94% from 255 or 90.10% from 101); Max value from RGB is 91 - color contains mainly: blue. Hex color #06045B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06045B is #F9FBA4. Grayscale: #0E0E0E. Windows color (decimal): -16382885 or 5964806. OLE color: 5964806.
HSL color Cylindrical-coordinate representation of color #06045B: hue angle of 241.38º 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 #06045B is Cyan = 0.93, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 4 | 91 | - |
| CMYK | 0.93 | 0.96 | 0 | 0.64 |
| HSL | 241.38º | 0.92% | 0.19% | - |
| HSV(B) | 241.38º | 0.96% | 0.36% | - |
| XYZ | 2.01 | 0.88 | 9.96 | - |
| YUV | 14.52 | 171.16 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 4 | 91 | 0.93 | 0.96 | 0 | 0.64 | 241.38 | 0.92 | 0.19 |
| Hex | 6 | 4 | 5B | 5D | 60 | 0 | 40 | F1 | 5C | 13 |
| Octal | 6 | 4 | 133 | 135 | 140 | 0 | 100 | 361 | 134 | 23 |
| Binary | 110 | 100 | 1011011 | 1011101 | 1100000 | 0 | 1000000 | 11110001 | 1011100 | 10011 |
Color Harmonies of #06045B
Complementary color
Monochromatic Colors of #06045B
Black with #06045B
Text Example
Text Example
White with #06045B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06045B; }
p { color: rgb(6,4,91); }
H1.HeaderClassName
{
color: #06045B;
}
.AnyTagClassName
{
color: #06045B;
}
</style>
background-color css
<style>
a { background-color: #06045B; }
a { background-color: rgb(6,4,91); }
div.DivClassName
{
background-color: #06045B;
}
.BgClassName
{
background-color: #06045B;
}
</style>
border-color css
<style>
span { border-color: #06045B; }
span { border-color: rgb(6,4,91); }
td.TdClassName
{
border-color: #06045B;
}
.TagClassName
{
border-color: #06045B;
}
</style>