Shades of Sapphire #061C70
Tints of Sapphire #061C70
RGB
CMYK
RGB Variations
Color information
#061C70 (or 0x061C70) is known color: Sapphire. HEX triplet: 06, 1C and 70. RGB value is (6,28,112). Sum of RGB (Red+Green+Blue) = 6+28+112=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 28 (11.33% from 255 or 19.18% from 146); Blue value is 112 (44.14% from 255 or 76.71% from 146); Max value from RGB is 112 - color contains mainly: blue. Hex color #061C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061C70 is #F9E38F. Grayscale: #1E1E1E. Windows color (decimal): -16376720 or 7347206. OLE color: 7347206.
HSL color Cylindrical-coordinate representation of color #061C70: hue angle of 227.55º 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 #061C70 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 28 | 112 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.56 |
| HSL | 227.55º | 0.9% | 0.23% | - |
| HSV(B) | 227.55º | 0.95% | 0.44% | - |
| XYZ | 3.41 | 2.04 | 15.54 | - |
| YUV | 31 | 173.71 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 28 | 112 | 0.95 | 0.75 | 0 | 0.56 | 227.55 | 0.9 | 0.23 |
| Hex | 6 | 1C | 70 | 5F | 4B | 0 | 38 | E4 | 5A | 17 |
| Octal | 6 | 34 | 160 | 137 | 113 | 0 | 70 | 344 | 132 | 27 |
| Binary | 110 | 11100 | 1110000 | 1011111 | 1001011 | 0 | 111000 | 11100100 | 1011010 | 10111 |
Color Harmonies of #061C70
Complementary color
Monochromatic Colors of #061C70
Black with #061C70
Text Example
Text Example
White with #061C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061C70; }
p { color: rgb(6,28,112); }
H1.HeaderClassName
{
color: #061C70;
}
.AnyTagClassName
{
color: #061C70;
}
</style>
background-color css
<style>
a { background-color: #061C70; }
a { background-color: rgb(6,28,112); }
div.DivClassName
{
background-color: #061C70;
}
.BgClassName
{
background-color: #061C70;
}
</style>
border-color css
<style>
span { border-color: #061C70; }
span { border-color: rgb(6,28,112); }
td.TdClassName
{
border-color: #061C70;
}
.TagClassName
{
border-color: #061C70;
}
</style>