Shades of Sapphire #061A58
Tints of Sapphire #061A58
RGB
CMYK
RGB Variations
Color information
#061A58 (or 0x061A58) is known color: Sapphire. HEX triplet: 06, 1A and 58. RGB value is (6,26,88). Sum of RGB (Red+Green+Blue) = 6+26+88=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 26 (10.55% from 255 or 21.67% from 120); Blue value is 88 (34.77% from 255 or 73.33% from 120); Max value from RGB is 88 - color contains mainly: blue. Hex color #061A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A58 is #F9E5A7. Grayscale: #1A1A1A. Windows color (decimal): -16377256 or 5773830. OLE color: 5773830.
HSL color Cylindrical-coordinate representation of color #061A58: hue angle of 225.37º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061A58 is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 6 | 26 | 88 | - |
| CMYK | 0.93 | 0.70 | 0 | 0.65 |
| HSL | 225.37º | 0.87% | 0.18% | - |
| HSV(B) | 225.37º | 0.93% | 0.35% | - |
| XYZ | 2.21 | 1.48 | 9.4 | - |
| YUV | 27.09 | 162.37 | 112.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 88 | 0.93 | 0.70 | 0 | 0.65 | 225.37 | 0.87 | 0.18 |
| Hex | 6 | 1A | 58 | 5D | 46 | 0 | 41 | E1 | 57 | 12 |
| Octal | 6 | 32 | 130 | 135 | 106 | 0 | 101 | 341 | 127 | 22 |
| Binary | 110 | 11010 | 1011000 | 1011101 | 1000110 | 0 | 1000001 | 11100001 | 1010111 | 10010 |
Color Harmonies of #061A58
Complementary color
Monochromatic Colors of #061A58
Black with #061A58
Text Example
Text Example
White with #061A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A58; }
p { color: rgb(6,26,88); }
H1.HeaderClassName
{
color: #061A58;
}
.AnyTagClassName
{
color: #061A58;
}
</style>
background-color css
<style>
a { background-color: #061A58; }
a { background-color: rgb(6,26,88); }
div.DivClassName
{
background-color: #061A58;
}
.BgClassName
{
background-color: #061A58;
}
</style>
border-color css
<style>
span { border-color: #061A58; }
span { border-color: rgb(6,26,88); }
td.TdClassName
{
border-color: #061A58;
}
.TagClassName
{
border-color: #061A58;
}
</style>