Shades of Sapphire #061870
Tints of Sapphire #061870
RGB
CMYK
RGB Variations
Color information
#061870 (or 0x061870) is known color: Sapphire. HEX triplet: 06, 18 and 70. RGB value is (6,24,112). Sum of RGB (Red+Green+Blue) = 6+24+112=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 24 (9.77% from 255 or 16.90% from 142); Blue value is 112 (44.14% from 255 or 78.87% from 142); Max value from RGB is 112 - color contains mainly: blue. Hex color #061870 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061870 is #F9E78F. Grayscale: #1C1C1C. Windows color (decimal): -16377744 or 7346182. OLE color: 7346182.
HSL color Cylindrical-coordinate representation of color #061870: hue angle of 229.81º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061870 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 24 | 112 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.56 |
| HSL | 229.81º | 0.9% | 0.23% | - |
| HSV(B) | 229.81º | 0.95% | 0.44% | - |
| XYZ | 3.33 | 1.86 | 15.51 | - |
| YUV | 28.65 | 175.04 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 24 | 112 | 0.95 | 0.79 | 0 | 0.56 | 229.81 | 0.9 | 0.23 |
| Hex | 6 | 18 | 70 | 5F | 4F | 0 | 38 | E6 | 5A | 17 |
| Octal | 6 | 30 | 160 | 137 | 117 | 0 | 70 | 346 | 132 | 27 |
| Binary | 110 | 11000 | 1110000 | 1011111 | 1001111 | 0 | 111000 | 11100110 | 1011010 | 10111 |
Color Harmonies of #061870
Complementary color
Monochromatic Colors of #061870
Black with #061870
Text Example
Text Example
White with #061870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061870; }
p { color: rgb(6,24,112); }
H1.HeaderClassName
{
color: #061870;
}
.AnyTagClassName
{
color: #061870;
}
</style>
background-color css
<style>
a { background-color: #061870; }
a { background-color: rgb(6,24,112); }
div.DivClassName
{
background-color: #061870;
}
.BgClassName
{
background-color: #061870;
}
</style>
border-color css
<style>
span { border-color: #061870; }
span { border-color: rgb(6,24,112); }
td.TdClassName
{
border-color: #061870;
}
.TagClassName
{
border-color: #061870;
}
</style>