Shades of Sapphire #061978
Tints of Sapphire #061978
RGB
CMYK
RGB Variations
Color information
#061978 (or 0x061978) is known color: Sapphire. HEX triplet: 06, 19 and 78. RGB value is (6,25,120). Sum of RGB (Red+Green+Blue) = 6+25+120=151 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.97% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 120 (47.27% from 255 or 79.47% from 151); Max value from RGB is 120 - color contains mainly: blue. Hex color #061978 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061978 is #F9E687. Grayscale: #1D1D1D. Windows color (decimal): -16377480 or 7870726. OLE color: 7870726.
HSL color Cylindrical-coordinate representation of color #061978: hue angle of 230º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061978 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 25 | 120 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.53 |
| HSL | 230º | 0.9% | 0.25% | - |
| HSV(B) | 230º | 0.95% | 0.47% | - |
| XYZ | 3.81 | 2.09 | 17.97 | - |
| YUV | 30.15 | 178.71 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 120 | 0.95 | 0.79 | 0 | 0.53 | 230 | 0.9 | 0.25 |
| Hex | 6 | 19 | 78 | 5F | 4F | 0 | 35 | E6 | 5A | 19 |
| Octal | 6 | 31 | 170 | 137 | 117 | 0 | 65 | 346 | 132 | 31 |
| Binary | 110 | 11001 | 1111000 | 1011111 | 1001111 | 0 | 110101 | 11100110 | 1011010 | 11001 |
Color Harmonies of #061978
Complementary color
Monochromatic Colors of #061978
Black with #061978
Text Example
Text Example
White with #061978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061978; }
p { color: rgb(6,25,120); }
H1.HeaderClassName
{
color: #061978;
}
.AnyTagClassName
{
color: #061978;
}
</style>
background-color css
<style>
a { background-color: #061978; }
a { background-color: rgb(6,25,120); }
div.DivClassName
{
background-color: #061978;
}
.BgClassName
{
background-color: #061978;
}
</style>
border-color css
<style>
span { border-color: #061978; }
span { border-color: rgb(6,25,120); }
td.TdClassName
{
border-color: #061978;
}
.TagClassName
{
border-color: #061978;
}
</style>