Shades of Sapphire #051461
Tints of Sapphire #051461
RGB
CMYK
RGB Variations
Color information
#051461 (or 0x051461) is known color: Sapphire. HEX triplet: 05, 14 and 61. RGB value is (5,20,97). Sum of RGB (Red+Green+Blue) = 5+20+97=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #051461 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051461 is #FAEB9E. Grayscale: #171717. Windows color (decimal): -16444319 or 6362117. OLE color: 6362117.
HSL color Cylindrical-coordinate representation of color #051461: hue angle of 230.22º 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 #051461 is Cyan = 0.95, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 20 | 97 | - |
| CMYK | 0.95 | 0.79 | 0 | 0.62 |
| HSL | 230.22º | 0.9% | 0.2% | - |
| HSV(B) | 230.22º | 0.95% | 0.38% | - |
| XYZ | 2.47 | 1.4 | 11.45 | - |
| YUV | 24.29 | 169.03 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 97 | 0.95 | 0.79 | 0 | 0.62 | 230.22 | 0.9 | 0.2 |
| Hex | 5 | 14 | 61 | 5F | 4F | 0 | 3E | E6 | 5A | 14 |
| Octal | 5 | 24 | 141 | 137 | 117 | 0 | 76 | 346 | 132 | 24 |
| Binary | 101 | 10100 | 1100001 | 1011111 | 1001111 | 0 | 111110 | 11100110 | 1011010 | 10100 |
Color Harmonies of #051461
Complementary color
Monochromatic Colors of #051461
Black with #051461
Text Example
Text Example
White with #051461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051461; }
p { color: rgb(5,20,97); }
H1.HeaderClassName
{
color: #051461;
}
.AnyTagClassName
{
color: #051461;
}
</style>
background-color css
<style>
a { background-color: #051461; }
a { background-color: rgb(5,20,97); }
div.DivClassName
{
background-color: #051461;
}
.BgClassName
{
background-color: #051461;
}
</style>
border-color css
<style>
span { border-color: #051461; }
span { border-color: rgb(5,20,97); }
td.TdClassName
{
border-color: #051461;
}
.TagClassName
{
border-color: #051461;
}
</style>