Shades of Sapphire #061A6D
Tints of Sapphire #061A6D
RGB
CMYK
RGB Variations
Color information
#061A6D (or 0x061A6D) is known color: Sapphire. HEX triplet: 06, 1A and 6D. RGB value is (6,26,109). Sum of RGB (Red+Green+Blue) = 6+26+109=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 109 (42.97% from 255 or 77.30% from 141); Max value from RGB is 109 - color contains mainly: blue. Hex color #061A6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A6D is #F9E592. Grayscale: #1D1D1D. Windows color (decimal): -16377235 or 7150086. OLE color: 7150086.
HSL color Cylindrical-coordinate representation of color #061A6D: hue angle of 228.35º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061A6D is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 6 | 26 | 109 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.57 |
| HSL | 228.35º | 0.9% | 0.23% | - |
| HSV(B) | 228.35º | 0.94% | 0.43% | - |
| XYZ | 3.2 | 1.88 | 14.66 | - |
| YUV | 29.48 | 172.87 | 111.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 109 | 0.94 | 0.76 | 0 | 0.57 | 228.35 | 0.9 | 0.23 |
| Hex | 6 | 1A | 6D | 5E | 4C | 0 | 39 | E4 | 5A | 17 |
| Octal | 6 | 32 | 155 | 136 | 114 | 0 | 71 | 344 | 132 | 27 |
| Binary | 110 | 11010 | 1101101 | 1011110 | 1001100 | 0 | 111001 | 11100100 | 1011010 | 10111 |
Color Harmonies of #061A6D
Complementary color
Monochromatic Colors of #061A6D
Black with #061A6D
Text Example
Text Example
White with #061A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A6D; }
p { color: rgb(6,26,109); }
H1.HeaderClassName
{
color: #061A6D;
}
.AnyTagClassName
{
color: #061A6D;
}
</style>
background-color css
<style>
a { background-color: #061A6D; }
a { background-color: rgb(6,26,109); }
div.DivClassName
{
background-color: #061A6D;
}
.BgClassName
{
background-color: #061A6D;
}
</style>
border-color css
<style>
span { border-color: #061A6D; }
span { border-color: rgb(6,26,109); }
td.TdClassName
{
border-color: #061A6D;
}
.TagClassName
{
border-color: #061A6D;
}
</style>