Shades of Sapphire #061A6E
Tints of Sapphire #061A6E
RGB
CMYK
RGB Variations
Color information
#061A6E (or 0x061A6E) is known color: Sapphire. HEX triplet: 06, 1A and 6E. RGB value is (6,26,110). Sum of RGB (Red+Green+Blue) = 6+26+110=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 26 (10.55% from 255 or 18.31% from 142); Blue value is 110 (43.36% from 255 or 77.46% from 142); Max value from RGB is 110 - color contains mainly: blue. Hex color #061A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A6E is #F9E591. Grayscale: #1D1D1D. Windows color (decimal): -16377234 or 7215622. OLE color: 7215622.
HSL color Cylindrical-coordinate representation of color #061A6E: hue angle of 228.46º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061A6E is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 26 | 110 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.57 |
| HSL | 228.46º | 0.9% | 0.23% | - |
| HSV(B) | 228.46º | 0.95% | 0.43% | - |
| XYZ | 3.26 | 1.9 | 14.95 | - |
| YUV | 29.6 | 173.37 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 110 | 0.95 | 0.76 | 0 | 0.57 | 228.46 | 0.9 | 0.23 |
| Hex | 6 | 1A | 6E | 5F | 4C | 0 | 39 | E4 | 5A | 17 |
| Octal | 6 | 32 | 156 | 137 | 114 | 0 | 71 | 344 | 132 | 27 |
| Binary | 110 | 11010 | 1101110 | 1011111 | 1001100 | 0 | 111001 | 11100100 | 1011010 | 10111 |
Color Harmonies of #061A6E
Complementary color
Monochromatic Colors of #061A6E
Black with #061A6E
Text Example
Text Example
White with #061A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A6E; }
p { color: rgb(6,26,110); }
H1.HeaderClassName
{
color: #061A6E;
}
.AnyTagClassName
{
color: #061A6E;
}
</style>
background-color css
<style>
a { background-color: #061A6E; }
a { background-color: rgb(6,26,110); }
div.DivClassName
{
background-color: #061A6E;
}
.BgClassName
{
background-color: #061A6E;
}
</style>
border-color css
<style>
span { border-color: #061A6E; }
span { border-color: rgb(6,26,110); }
td.TdClassName
{
border-color: #061A6E;
}
.TagClassName
{
border-color: #061A6E;
}
</style>