Shades of Sapphire #061672
Tints of Sapphire #061672
RGB
CMYK
RGB Variations
Color information
#061672 (or 0x061672) is known color: Sapphire. HEX triplet: 06, 16 and 72. RGB value is (6,22,114). Sum of RGB (Red+Green+Blue) = 6+22+114=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 22 (8.98% from 255 or 15.49% from 142); Blue value is 114 (44.92% from 255 or 80.28% from 142); Max value from RGB is 114 - color contains mainly: blue. Hex color #061672 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061672 is #F9E98D. Grayscale: #1B1B1B. Windows color (decimal): -16378254 or 7476742. OLE color: 7476742.
HSL color Cylindrical-coordinate representation of color #061672: hue angle of 231.11º 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 #061672 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 22 | 114 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.55 |
| HSL | 231.11º | 0.9% | 0.24% | - |
| HSV(B) | 231.11º | 0.95% | 0.45% | - |
| XYZ | 3.4 | 1.83 | 16.09 | - |
| YUV | 27.7 | 176.7 | 112.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 22 | 114 | 0.95 | 0.81 | 0 | 0.55 | 231.11 | 0.9 | 0.24 |
| Hex | 6 | 16 | 72 | 5F | 51 | 0 | 37 | E7 | 5A | 18 |
| Octal | 6 | 26 | 162 | 137 | 121 | 0 | 67 | 347 | 132 | 30 |
| Binary | 110 | 10110 | 1110010 | 1011111 | 1010001 | 0 | 110111 | 11100111 | 1011010 | 11000 |
Color Harmonies of #061672
Complementary color
Monochromatic Colors of #061672
Black with #061672
Text Example
Text Example
White with #061672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061672; }
p { color: rgb(6,22,114); }
H1.HeaderClassName
{
color: #061672;
}
.AnyTagClassName
{
color: #061672;
}
</style>
background-color css
<style>
a { background-color: #061672; }
a { background-color: rgb(6,22,114); }
div.DivClassName
{
background-color: #061672;
}
.BgClassName
{
background-color: #061672;
}
</style>
border-color css
<style>
span { border-color: #061672; }
span { border-color: rgb(6,22,114); }
td.TdClassName
{
border-color: #061672;
}
.TagClassName
{
border-color: #061672;
}
</style>