Shades of Sapphire #051869
Tints of Sapphire #051869
RGB
CMYK
RGB Variations
Color information
#051869 (or 0x051869) is known color: Sapphire. HEX triplet: 05, 18 and 69. RGB value is (5,24,105). Sum of RGB (Red+Green+Blue) = 5+24+105=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 24 (9.77% from 255 or 17.91% from 134); Blue value is 105 (41.41% from 255 or 78.36% from 134); Max value from RGB is 105 - color contains mainly: blue. Hex color #051869 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051869 is #FAE796. Grayscale: #1B1B1B. Windows color (decimal): -16443287 or 6887429. OLE color: 6887429.
HSL color Cylindrical-coordinate representation of color #051869: hue angle of 228.6º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051869 is Cyan = 0.95, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 24 | 105 | - |
| CMYK | 0.95 | 0.77 | 0 | 0.59 |
| HSL | 228.6º | 0.91% | 0.22% | - |
| HSV(B) | 228.6º | 0.95% | 0.41% | - |
| XYZ | 2.94 | 1.71 | 13.54 | - |
| YUV | 27.55 | 171.71 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 24 | 105 | 0.95 | 0.77 | 0 | 0.59 | 228.6 | 0.91 | 0.22 |
| Hex | 5 | 18 | 69 | 5F | 4D | 0 | 3B | E5 | 5B | 16 |
| Octal | 5 | 30 | 151 | 137 | 115 | 0 | 73 | 345 | 133 | 26 |
| Binary | 101 | 11000 | 1101001 | 1011111 | 1001101 | 0 | 111011 | 11100101 | 1011011 | 10110 |
Color Harmonies of #051869
Complementary color
Monochromatic Colors of #051869
Black with #051869
Text Example
Text Example
White with #051869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051869; }
p { color: rgb(5,24,105); }
H1.HeaderClassName
{
color: #051869;
}
.AnyTagClassName
{
color: #051869;
}
</style>
background-color css
<style>
a { background-color: #051869; }
a { background-color: rgb(5,24,105); }
div.DivClassName
{
background-color: #051869;
}
.BgClassName
{
background-color: #051869;
}
</style>
border-color css
<style>
span { border-color: #051869; }
span { border-color: rgb(5,24,105); }
td.TdClassName
{
border-color: #051869;
}
.TagClassName
{
border-color: #051869;
}
</style>