Shades of Sapphire #061D70
Tints of Sapphire #061D70
RGB
CMYK
RGB Variations
Color information
#061D70 (or 0x061D70) is known color: Sapphire. HEX triplet: 06, 1D and 70. RGB value is (6,29,112). Sum of RGB (Red+Green+Blue) = 6+29+112=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 112 (44.14% from 255 or 76.19% from 147); Max value from RGB is 112 - color contains mainly: blue. Hex color #061D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061D70 is #F9E28F. Grayscale: #1F1F1F. Windows color (decimal): -16376464 or 7347462. OLE color: 7347462.
HSL color Cylindrical-coordinate representation of color #061D70: hue angle of 226.98º 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 #061D70 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 6 | 29 | 112 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.56 |
| HSL | 226.98º | 0.9% | 0.23% | - |
| HSV(B) | 226.98º | 0.95% | 0.44% | - |
| XYZ | 3.44 | 2.09 | 15.55 | - |
| YUV | 31.59 | 173.38 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 29 | 112 | 0.95 | 0.74 | 0 | 0.56 | 226.98 | 0.9 | 0.23 |
| Hex | 6 | 1D | 70 | 5F | 4A | 0 | 38 | E3 | 5A | 17 |
| Octal | 6 | 35 | 160 | 137 | 112 | 0 | 70 | 343 | 132 | 27 |
| Binary | 110 | 11101 | 1110000 | 1011111 | 1001010 | 0 | 111000 | 11100011 | 1011010 | 10111 |
Color Harmonies of #061D70
Complementary color
Monochromatic Colors of #061D70
Black with #061D70
Text Example
Text Example
White with #061D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061D70; }
p { color: rgb(6,29,112); }
H1.HeaderClassName
{
color: #061D70;
}
.AnyTagClassName
{
color: #061D70;
}
</style>
background-color css
<style>
a { background-color: #061D70; }
a { background-color: rgb(6,29,112); }
div.DivClassName
{
background-color: #061D70;
}
.BgClassName
{
background-color: #061D70;
}
</style>
border-color css
<style>
span { border-color: #061D70; }
span { border-color: rgb(6,29,112); }
td.TdClassName
{
border-color: #061D70;
}
.TagClassName
{
border-color: #061D70;
}
</style>