Shades of Sapphire #061A72
Tints of Sapphire #061A72
RGB
CMYK
RGB Variations
Color information
#061A72 (or 0x061A72) is known color: Sapphire. HEX triplet: 06, 1A and 72. RGB value is (6,26,114). Sum of RGB (Red+Green+Blue) = 6+26+114=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 26 (10.55% from 255 or 17.81% from 146); Blue value is 114 (44.92% from 255 or 78.08% from 146); Max value from RGB is 114 - color contains mainly: blue. Hex color #061A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A72 is #F9E58D. Grayscale: #1D1D1D. Windows color (decimal): -16377230 or 7477766. OLE color: 7477766.
HSL color Cylindrical-coordinate representation of color #061A72: hue angle of 228.89º 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 #061A72 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 26 | 114 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.55 |
| HSL | 228.89º | 0.9% | 0.24% | - |
| HSV(B) | 228.89º | 0.95% | 0.45% | - |
| XYZ | 3.48 | 1.99 | 16.12 | - |
| YUV | 30.05 | 175.37 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 114 | 0.95 | 0.77 | 0 | 0.55 | 228.89 | 0.9 | 0.24 |
| Hex | 6 | 1A | 72 | 5F | 4D | 0 | 37 | E5 | 5A | 18 |
| Octal | 6 | 32 | 162 | 137 | 115 | 0 | 67 | 345 | 132 | 30 |
| Binary | 110 | 11010 | 1110010 | 1011111 | 1001101 | 0 | 110111 | 11100101 | 1011010 | 11000 |
Color Harmonies of #061A72
Complementary color
Monochromatic Colors of #061A72
Black with #061A72
Text Example
Text Example
White with #061A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A72; }
p { color: rgb(6,26,114); }
H1.HeaderClassName
{
color: #061A72;
}
.AnyTagClassName
{
color: #061A72;
}
</style>
background-color css
<style>
a { background-color: #061A72; }
a { background-color: rgb(6,26,114); }
div.DivClassName
{
background-color: #061A72;
}
.BgClassName
{
background-color: #061A72;
}
</style>
border-color css
<style>
span { border-color: #061A72; }
span { border-color: rgb(6,26,114); }
td.TdClassName
{
border-color: #061A72;
}
.TagClassName
{
border-color: #061A72;
}
</style>