Shades of Midnight Blue #000658
Tints of Midnight Blue #000658
RGB
CMYK
RGB Variations
Color information
#000658 (or 0x000658) is known color: Midnight Blue. HEX triplet: 00, 06 and 58. RGB value is (0,6,88). Sum of RGB (Red+Green+Blue) = 0+6+88=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 88 (34.77% from 255 or 93.62% from 94); Max value from RGB is 88 - color contains mainly: blue. Hex color #000658 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000658 is #FFF9A7. Grayscale: #0D0D0D. Windows color (decimal): -16775592 or 5768704. OLE color: 5768704.
HSL color Cylindrical-coordinate representation of color #000658: hue angle of 235.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000658 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 0 | 6 | 88 | - |
| CMYK | 1 | 0.93 | 0 | 0.65 |
| HSL | 235.91º | 1% | 0.17% | - |
| HSV(B) | 235.91º | 1% | 0.35% | - |
| XYZ | 1.83 | 0.83 | 9.3 | - |
| YUV | 13.55 | 170.01 | 118.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 6 | 88 | 1 | 0.93 | 0 | 0.65 | 235.91 | 1 | 0.17 |
| Hex | 0 | 6 | 58 | 64 | 5D | 0 | 41 | EC | 64 | 11 |
| Octal | 0 | 6 | 130 | 144 | 135 | 0 | 101 | 354 | 144 | 21 |
| Binary | 0 | 110 | 1011000 | 1100100 | 1011101 | 0 | 1000001 | 11101100 | 1100100 | 10001 |
Color Harmonies of #000658
Complementary color
Monochromatic Colors of #000658
Black with #000658
Text Example
Text Example
White with #000658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #000658; }
p { color: rgb(0,6,88); }
H1.HeaderClassName
{
color: #000658;
}
.AnyTagClassName
{
color: #000658;
}
</style>
background-color css
<style>
a { background-color: #000658; }
a { background-color: rgb(0,6,88); }
div.DivClassName
{
background-color: #000658;
}
.BgClassName
{
background-color: #000658;
}
</style>
border-color css
<style>
span { border-color: #000658; }
span { border-color: rgb(0,6,88); }
td.TdClassName
{
border-color: #000658;
}
.TagClassName
{
border-color: #000658;
}
</style>