Shades of Sapphire #061B5E
Tints of Sapphire #061B5E
RGB
CMYK
RGB Variations
Color information
#061B5E (or 0x061B5E) is known color: Sapphire. HEX triplet: 06, 1B and 5E. RGB value is (6,27,94). Sum of RGB (Red+Green+Blue) = 6+27+94=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 27 (10.94% from 255 or 21.26% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #061B5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061B5E is #F9E4A1. Grayscale: #1C1C1C. Windows color (decimal): -16376994 or 6167302. OLE color: 6167302.
HSL color Cylindrical-coordinate representation of color #061B5E: hue angle of 225.68º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061B5E is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 6 | 27 | 94 | - |
| CMYK | 0.94 | 0.71 | 0 | 0.63 |
| HSL | 225.68º | 0.88% | 0.2% | - |
| HSV(B) | 225.68º | 0.94% | 0.37% | - |
| XYZ | 2.49 | 1.63 | 10.77 | - |
| YUV | 28.36 | 165.04 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 27 | 94 | 0.94 | 0.71 | 0 | 0.63 | 225.68 | 0.88 | 0.2 |
| Hex | 6 | 1B | 5E | 5E | 47 | 0 | 3F | E2 | 58 | 14 |
| Octal | 6 | 33 | 136 | 136 | 107 | 0 | 77 | 342 | 130 | 24 |
| Binary | 110 | 11011 | 1011110 | 1011110 | 1000111 | 0 | 111111 | 11100010 | 1011000 | 10100 |
Color Harmonies of #061B5E
Complementary color
Monochromatic Colors of #061B5E
Black with #061B5E
Text Example
Text Example
White with #061B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061B5E; }
p { color: rgb(6,27,94); }
H1.HeaderClassName
{
color: #061B5E;
}
.AnyTagClassName
{
color: #061B5E;
}
</style>
background-color css
<style>
a { background-color: #061B5E; }
a { background-color: rgb(6,27,94); }
div.DivClassName
{
background-color: #061B5E;
}
.BgClassName
{
background-color: #061B5E;
}
</style>
border-color css
<style>
span { border-color: #061B5E; }
span { border-color: rgb(6,27,94); }
td.TdClassName
{
border-color: #061B5E;
}
.TagClassName
{
border-color: #061B5E;
}
</style>