Shades of Midnight Blue #05065C
Tints of Midnight Blue #05065C
RGB
CMYK
RGB Variations
Color information
#05065C (or 0x05065C) is known color: Midnight Blue. HEX triplet: 05, 06 and 5C. RGB value is (5,6,92). Sum of RGB (Red+Green+Blue) = 5+6+92=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 6 (2.73% from 255 or 5.83% 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 #05065C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05065C is #FAF9A3. Grayscale: #0F0F0F. Windows color (decimal): -16447908 or 6030853. OLE color: 6030853.
HSL color Cylindrical-coordinate representation of color #05065C: hue angle of 239.31º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05065C is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 6 | 92 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.64 |
| HSL | 239.31º | 0.9% | 0.19% | - |
| HSV(B) | 239.31º | 0.95% | 0.36% | - |
| XYZ | 2.06 | 0.94 | 10.2 | - |
| YUV | 15.51 | 171.17 | 120.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 6 | 92 | 0.95 | 0.93 | 0 | 0.64 | 239.31 | 0.9 | 0.19 |
| Hex | 5 | 6 | 5C | 5F | 5D | 0 | 40 | EF | 5A | 13 |
| Octal | 5 | 6 | 134 | 137 | 135 | 0 | 100 | 357 | 132 | 23 |
| Binary | 101 | 110 | 1011100 | 1011111 | 1011101 | 0 | 1000000 | 11101111 | 1011010 | 10011 |
Color Harmonies of #05065C
Complementary color
Monochromatic Colors of #05065C
Black with #05065C
Text Example
Text Example
White with #05065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05065C; }
p { color: rgb(5,6,92); }
H1.HeaderClassName
{
color: #05065C;
}
.AnyTagClassName
{
color: #05065C;
}
</style>
background-color css
<style>
a { background-color: #05065C; }
a { background-color: rgb(5,6,92); }
div.DivClassName
{
background-color: #05065C;
}
.BgClassName
{
background-color: #05065C;
}
</style>
border-color css
<style>
span { border-color: #05065C; }
span { border-color: rgb(5,6,92); }
td.TdClassName
{
border-color: #05065C;
}
.TagClassName
{
border-color: #05065C;
}
</style>