Shades of Midnight Blue #010658
Tints of Midnight Blue #010658
RGB
CMYK
RGB Variations
Color information
#010658 (or 0x010658) is known color: Midnight Blue. HEX triplet: 01, 06 and 58. RGB value is (1,6,88). Sum of RGB (Red+Green+Blue) = 1+6+88=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 6 (2.73% from 255 or 6.32% from 95); Blue value is 88 (34.77% from 255 or 92.63% from 95); Max value from RGB is 88 - color contains mainly: blue. Hex color #010658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #010658 is #FEF9A7. Grayscale: #0D0D0D. Windows color (decimal): -16710056 or 5768705. OLE color: 5768705.
HSL color Cylindrical-coordinate representation of color #010658: hue angle of 236.55º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #010658 is Cyan = 0.99, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 1 | 6 | 88 | - |
| CMYK | 0.99 | 0.93 | 0 | 0.65 |
| HSL | 236.55º | 0.98% | 0.17% | - |
| HSV(B) | 236.55º | 0.99% | 0.35% | - |
| XYZ | 1.84 | 0.84 | 9.3 | - |
| YUV | 13.85 | 169.84 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 6 | 88 | 0.99 | 0.93 | 0 | 0.65 | 236.55 | 0.98 | 0.17 |
| Hex | 1 | 6 | 58 | 63 | 5D | 0 | 41 | ED | 62 | 11 |
| Octal | 1 | 6 | 130 | 143 | 135 | 0 | 101 | 355 | 142 | 21 |
| Binary | 1 | 110 | 1011000 | 1100011 | 1011101 | 0 | 1000001 | 11101101 | 1100010 | 10001 |
Color Harmonies of #010658
Complementary color
Monochromatic Colors of #010658
Black with #010658
Text Example
Text Example
White with #010658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #010658; }
p { color: rgb(1,6,88); }
H1.HeaderClassName
{
color: #010658;
}
.AnyTagClassName
{
color: #010658;
}
</style>
background-color css
<style>
a { background-color: #010658; }
a { background-color: rgb(1,6,88); }
div.DivClassName
{
background-color: #010658;
}
.BgClassName
{
background-color: #010658;
}
</style>
border-color css
<style>
span { border-color: #010658; }
span { border-color: rgb(1,6,88); }
td.TdClassName
{
border-color: #010658;
}
.TagClassName
{
border-color: #010658;
}
</style>