Shades of Sapphire #061A5B
Tints of Sapphire #061A5B
RGB
CMYK
RGB Variations
Color information
#061A5B (or 0x061A5B) is known color: Sapphire. HEX triplet: 06, 1A and 5B. RGB value is (6,26,91). Sum of RGB (Red+Green+Blue) = 6+26+91=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #061A5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061A5B is #F9E5A4. Grayscale: #1B1B1B. Windows color (decimal): -16377253 or 5970438. OLE color: 5970438.
HSL color Cylindrical-coordinate representation of color #061A5B: hue angle of 225.88º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #061A5B is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 6 | 26 | 91 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.64 |
| HSL | 225.88º | 0.88% | 0.19% | - |
| HSV(B) | 225.88º | 0.93% | 0.36% | - |
| XYZ | 2.33 | 1.53 | 10.07 | - |
| YUV | 27.43 | 163.87 | 112.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 26 | 91 | 0.93 | 0.71 | 0 | 0.64 | 225.88 | 0.88 | 0.19 |
| Hex | 6 | 1A | 5B | 5D | 47 | 0 | 40 | E2 | 58 | 13 |
| Octal | 6 | 32 | 133 | 135 | 107 | 0 | 100 | 342 | 130 | 23 |
| Binary | 110 | 11010 | 1011011 | 1011101 | 1000111 | 0 | 1000000 | 11100010 | 1011000 | 10011 |
Color Harmonies of #061A5B
Complementary color
Monochromatic Colors of #061A5B
Black with #061A5B
Text Example
Text Example
White with #061A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061A5B; }
p { color: rgb(6,26,91); }
H1.HeaderClassName
{
color: #061A5B;
}
.AnyTagClassName
{
color: #061A5B;
}
</style>
background-color css
<style>
a { background-color: #061A5B; }
a { background-color: rgb(6,26,91); }
div.DivClassName
{
background-color: #061A5B;
}
.BgClassName
{
background-color: #061A5B;
}
</style>
border-color css
<style>
span { border-color: #061A5B; }
span { border-color: rgb(6,26,91); }
td.TdClassName
{
border-color: #061A5B;
}
.TagClassName
{
border-color: #061A5B;
}
</style>