Shades of Sapphire #051961
Tints of Sapphire #051961
RGB
CMYK
RGB Variations
Color information
#051961 (or 0x051961) is known color: Sapphire. HEX triplet: 05, 19 and 61. RGB value is (5,25,97). Sum of RGB (Red+Green+Blue) = 5+25+97=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #051961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051961 is #FAE69E. Grayscale: #1A1A1A. Windows color (decimal): -16443039 or 6363397. OLE color: 6363397.
HSL color Cylindrical-coordinate representation of color #051961: hue angle of 226.96º 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 #051961 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 25 | 97 | - |
| CMYK | 0.95 | 0.74 | 0 | 0.62 |
| HSL | 226.96º | 0.9% | 0.2% | - |
| HSV(B) | 226.96º | 0.95% | 0.38% | - |
| XYZ | 2.57 | 1.59 | 11.48 | - |
| YUV | 27.23 | 167.37 | 112.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 97 | 0.95 | 0.74 | 0 | 0.62 | 226.96 | 0.9 | 0.2 |
| Hex | 5 | 19 | 61 | 5F | 4A | 0 | 3E | E3 | 5A | 14 |
| Octal | 5 | 31 | 141 | 137 | 112 | 0 | 76 | 343 | 132 | 24 |
| Binary | 101 | 11001 | 1100001 | 1011111 | 1001010 | 0 | 111110 | 11100011 | 1011010 | 10100 |
Color Harmonies of #051961
Complementary color
Monochromatic Colors of #051961
Black with #051961
Text Example
Text Example
White with #051961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051961; }
p { color: rgb(5,25,97); }
H1.HeaderClassName
{
color: #051961;
}
.AnyTagClassName
{
color: #051961;
}
</style>
background-color css
<style>
a { background-color: #051961; }
a { background-color: rgb(5,25,97); }
div.DivClassName
{
background-color: #051961;
}
.BgClassName
{
background-color: #051961;
}
</style>
border-color css
<style>
span { border-color: #051961; }
span { border-color: rgb(5,25,97); }
td.TdClassName
{
border-color: #051961;
}
.TagClassName
{
border-color: #051961;
}
</style>