Shades of Sapphire #061A73
Tints of Sapphire #061A73
RGB
CMYK
RGB Variations
Color information
#061A73 (or 0x061A73) is known color: Sapphire. HEX triplet: 06, 1A and 73. RGB value is (6,26,115). Sum of RGB (Red+Green+Blue) = 6+26+115=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 115 (45.31% from 255 or 78.23% from 147); Max value from RGB is 115 - color contains mainly: blue. Hex color #061A73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A73 is #F9E58C. Grayscale: #1D1D1D. Windows color (decimal): -16377229 or 7543302. OLE color: 7543302.
HSL color Cylindrical-coordinate representation of color #061A73: hue angle of 228.99º 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 #061A73 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 26 | 115 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.55 |
| HSL | 228.99º | 0.9% | 0.24% | - |
| HSV(B) | 228.99º | 0.95% | 0.45% | - |
| XYZ | 3.54 | 2.02 | 16.42 | - |
| YUV | 30.17 | 175.87 | 110.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 115 | 0.95 | 0.77 | 0 | 0.55 | 228.99 | 0.9 | 0.24 |
| Hex | 6 | 1A | 73 | 5F | 4D | 0 | 37 | E5 | 5A | 18 |
| Octal | 6 | 32 | 163 | 137 | 115 | 0 | 67 | 345 | 132 | 30 |
| Binary | 110 | 11010 | 1110011 | 1011111 | 1001101 | 0 | 110111 | 11100101 | 1011010 | 11000 |
Color Harmonies of #061A73
Complementary color
Monochromatic Colors of #061A73
Black with #061A73
Text Example
Text Example
White with #061A73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A73; }
p { color: rgb(6,26,115); }
H1.HeaderClassName
{
color: #061A73;
}
.AnyTagClassName
{
color: #061A73;
}
</style>
background-color css
<style>
a { background-color: #061A73; }
a { background-color: rgb(6,26,115); }
div.DivClassName
{
background-color: #061A73;
}
.BgClassName
{
background-color: #061A73;
}
</style>
border-color css
<style>
span { border-color: #061A73; }
span { border-color: rgb(6,26,115); }
td.TdClassName
{
border-color: #061A73;
}
.TagClassName
{
border-color: #061A73;
}
</style>