Shades of Midnight Blue #060250
Tints of Midnight Blue #060250
RGB
CMYK
RGB Variations
Color information
#060250 (or 0x060250) is known color: Midnight Blue. HEX triplet: 06, 02 and 50. RGB value is (6,2,80). Sum of RGB (Red+Green+Blue) = 6+2+80=88 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.82% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 80 (31.64% from 255 or 90.91% from 88); Max value from RGB is 80 - color contains mainly: blue. Hex color #060250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060250 is #F9FDAF. Grayscale: #0B0B0B. Windows color (decimal): -16383408 or 5243398. OLE color: 5243398.
HSL color Cylindrical-coordinate representation of color #060250: hue angle of 243.08º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060250 is Cyan = 0.92, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 6 | 2 | 80 | - |
| CMYK | 0.92 | 0.98 | 0 | 0.69 |
| HSL | 243.08º | 0.95% | 0.16% | - |
| HSV(B) | 243.08º | 0.98% | 0.31% | - |
| XYZ | 1.54 | 0.66 | 7.64 | - |
| YUV | 12.09 | 166.33 | 123.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 2 | 80 | 0.92 | 0.98 | 0 | 0.69 | 243.08 | 0.95 | 0.16 |
| Hex | 6 | 2 | 50 | 5C | 62 | 0 | 45 | F3 | 5F | 10 |
| Octal | 6 | 2 | 120 | 134 | 142 | 0 | 105 | 363 | 137 | 20 |
| Binary | 110 | 10 | 1010000 | 1011100 | 1100010 | 0 | 1000101 | 11110011 | 1011111 | 10000 |
Color Harmonies of #060250
Complementary color
Monochromatic Colors of #060250
Black with #060250
Text Example
Text Example
White with #060250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #060250; }
p { color: rgb(6,2,80); }
H1.HeaderClassName
{
color: #060250;
}
.AnyTagClassName
{
color: #060250;
}
</style>
background-color css
<style>
a { background-color: #060250; }
a { background-color: rgb(6,2,80); }
div.DivClassName
{
background-color: #060250;
}
.BgClassName
{
background-color: #060250;
}
</style>
border-color css
<style>
span { border-color: #060250; }
span { border-color: rgb(6,2,80); }
td.TdClassName
{
border-color: #060250;
}
.TagClassName
{
border-color: #060250;
}
</style>