Shades of Sapphire #061A6C
Tints of Sapphire #061A6C
RGB
CMYK
RGB Variations
Color information
#061A6C (or 0x061A6C) is known color: Sapphire. HEX triplet: 06, 1A and 6C. RGB value is (6,26,108). Sum of RGB (Red+Green+Blue) = 6+26+108=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 26 (10.55% from 255 or 18.57% from 140); Blue value is 108 (42.58% from 255 or 77.14% from 140); Max value from RGB is 108 - color contains mainly: blue. Hex color #061A6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A6C is #F9E593. Grayscale: #1D1D1D. Windows color (decimal): -16377236 or 7084550. OLE color: 7084550.
HSL color Cylindrical-coordinate representation of color #061A6C: hue angle of 228.24º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061A6C is Cyan = 0.94, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 6 | 26 | 108 | - |
| CMYK | 0.94 | 0.76 | 0 | 0.58 |
| HSL | 228.24º | 0.89% | 0.22% | - |
| HSV(B) | 228.24º | 0.94% | 0.42% | - |
| XYZ | 3.15 | 1.86 | 14.38 | - |
| YUV | 29.37 | 172.37 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 108 | 0.94 | 0.76 | 0 | 0.58 | 228.24 | 0.89 | 0.22 |
| Hex | 6 | 1A | 6C | 5E | 4C | 0 | 3A | E4 | 59 | 16 |
| Octal | 6 | 32 | 154 | 136 | 114 | 0 | 72 | 344 | 131 | 26 |
| Binary | 110 | 11010 | 1101100 | 1011110 | 1001100 | 0 | 111010 | 11100100 | 1011001 | 10110 |
Color Harmonies of #061A6C
Complementary color
Monochromatic Colors of #061A6C
Black with #061A6C
Text Example
Text Example
White with #061A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A6C; }
p { color: rgb(6,26,108); }
H1.HeaderClassName
{
color: #061A6C;
}
.AnyTagClassName
{
color: #061A6C;
}
</style>
background-color css
<style>
a { background-color: #061A6C; }
a { background-color: rgb(6,26,108); }
div.DivClassName
{
background-color: #061A6C;
}
.BgClassName
{
background-color: #061A6C;
}
</style>
border-color css
<style>
span { border-color: #061A6C; }
span { border-color: rgb(6,26,108); }
td.TdClassName
{
border-color: #061A6C;
}
.TagClassName
{
border-color: #061A6C;
}
</style>