Shades of Sapphire #051662
Tints of Sapphire #051662
RGB
CMYK
RGB Variations
Color information
#051662 (or 0x051662) is known color: Sapphire. HEX triplet: 05, 16 and 62. RGB value is (5,22,98). Sum of RGB (Red+Green+Blue) = 5+22+98=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 22 (8.98% from 255 or 17.6% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #051662 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051662 is #FAE99D. Grayscale: #191919. Windows color (decimal): -16443806 or 6428165. OLE color: 6428165.
HSL color Cylindrical-coordinate representation of color #051662: hue angle of 229.03º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051662 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 22 | 98 | - |
| CMYK | 0.95 | 0.78 | 0 | 0.62 |
| HSL | 229.03º | 0.9% | 0.2% | - |
| HSV(B) | 229.03º | 0.95% | 0.38% | - |
| XYZ | 2.55 | 1.49 | 11.71 | - |
| YUV | 25.58 | 168.87 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 22 | 98 | 0.95 | 0.78 | 0 | 0.62 | 229.03 | 0.9 | 0.2 |
| Hex | 5 | 16 | 62 | 5F | 4E | 0 | 3E | E5 | 5A | 14 |
| Octal | 5 | 26 | 142 | 137 | 116 | 0 | 76 | 345 | 132 | 24 |
| Binary | 101 | 10110 | 1100010 | 1011111 | 1001110 | 0 | 111110 | 11100101 | 1011010 | 10100 |
Color Harmonies of #051662
Complementary color
Monochromatic Colors of #051662
Black with #051662
Text Example
Text Example
White with #051662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051662; }
p { color: rgb(5,22,98); }
H1.HeaderClassName
{
color: #051662;
}
.AnyTagClassName
{
color: #051662;
}
</style>
background-color css
<style>
a { background-color: #051662; }
a { background-color: rgb(5,22,98); }
div.DivClassName
{
background-color: #051662;
}
.BgClassName
{
background-color: #051662;
}
</style>
border-color css
<style>
span { border-color: #051662; }
span { border-color: rgb(5,22,98); }
td.TdClassName
{
border-color: #051662;
}
.TagClassName
{
border-color: #051662;
}
</style>