Shades of Sapphire #051861
Tints of Sapphire #051861
RGB
CMYK
RGB Variations
Color information
#051861 (or 0x051861) is known color: Sapphire. HEX triplet: 05, 18 and 61. RGB value is (5,24,97). Sum of RGB (Red+Green+Blue) = 5+24+97=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 97 (38.28% from 255 or 76.98% from 126); Max value from RGB is 97 - color contains mainly: blue. Hex color #051861 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051861 is #FAE79E. Grayscale: #1A1A1A. Windows color (decimal): -16443295 or 6363141. OLE color: 6363141.
HSL color Cylindrical-coordinate representation of color #051861: hue angle of 227.61º 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 #051861 is Cyan = 0.95, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 24 | 97 | - |
| CMYK | 0.95 | 0.75 | 0 | 0.62 |
| HSL | 227.61º | 0.9% | 0.2% | - |
| HSV(B) | 227.61º | 0.95% | 0.38% | - |
| XYZ | 2.55 | 1.55 | 11.47 | - |
| YUV | 26.64 | 167.71 | 112.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 97 | 0.95 | 0.75 | 0 | 0.62 | 227.61 | 0.9 | 0.2 |
| Hex | 5 | 18 | 61 | 5F | 4B | 0 | 3E | E4 | 5A | 14 |
| Octal | 5 | 30 | 141 | 137 | 113 | 0 | 76 | 344 | 132 | 24 |
| Binary | 101 | 11000 | 1100001 | 1011111 | 1001011 | 0 | 111110 | 11100100 | 1011010 | 10100 |
Color Harmonies of #051861
Complementary color
Monochromatic Colors of #051861
Black with #051861
Text Example
Text Example
White with #051861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051861; }
p { color: rgb(5,24,97); }
H1.HeaderClassName
{
color: #051861;
}
.AnyTagClassName
{
color: #051861;
}
</style>
background-color css
<style>
a { background-color: #051861; }
a { background-color: rgb(5,24,97); }
div.DivClassName
{
background-color: #051861;
}
.BgClassName
{
background-color: #051861;
}
</style>
border-color css
<style>
span { border-color: #051861; }
span { border-color: rgb(5,24,97); }
td.TdClassName
{
border-color: #051861;
}
.TagClassName
{
border-color: #051861;
}
</style>