Shades of Sapphire #061972
Tints of Sapphire #061972
RGB
CMYK
RGB Variations
Color information
#061972 (or 0x061972) is known color: Sapphire. HEX triplet: 06, 19 and 72. RGB value is (6,25,114). Sum of RGB (Red+Green+Blue) = 6+25+114=145 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.14% from 145); Green value is 25 (10.16% from 255 or 17.24% from 145); Blue value is 114 (44.92% from 255 or 78.62% from 145); Max value from RGB is 114 - color contains mainly: blue. Hex color #061972 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061972 is #F9E68D. Grayscale: #1D1D1D. Windows color (decimal): -16377486 or 7477510. OLE color: 7477510.
HSL color Cylindrical-coordinate representation of color #061972: hue angle of 229.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061972 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 25 | 114 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.55 |
| HSL | 229.44º | 0.9% | 0.24% | - |
| HSV(B) | 229.44º | 0.95% | 0.45% | - |
| XYZ | 3.46 | 1.95 | 16.11 | - |
| YUV | 29.47 | 175.71 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 25 | 114 | 0.95 | 0.78 | 0 | 0.55 | 229.44 | 0.9 | 0.24 |
| Hex | 6 | 19 | 72 | 5F | 4E | 0 | 37 | E5 | 5A | 18 |
| Octal | 6 | 31 | 162 | 137 | 116 | 0 | 67 | 345 | 132 | 30 |
| Binary | 110 | 11001 | 1110010 | 1011111 | 1001110 | 0 | 110111 | 11100101 | 1011010 | 11000 |
Color Harmonies of #061972
Complementary color
Monochromatic Colors of #061972
Black with #061972
Text Example
Text Example
White with #061972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061972; }
p { color: rgb(6,25,114); }
H1.HeaderClassName
{
color: #061972;
}
.AnyTagClassName
{
color: #061972;
}
</style>
background-color css
<style>
a { background-color: #061972; }
a { background-color: rgb(6,25,114); }
div.DivClassName
{
background-color: #061972;
}
.BgClassName
{
background-color: #061972;
}
</style>
border-color css
<style>
span { border-color: #061972; }
span { border-color: rgb(6,25,114); }
td.TdClassName
{
border-color: #061972;
}
.TagClassName
{
border-color: #061972;
}
</style>