Shades of Sapphire #051968
Tints of Sapphire #051968
RGB
CMYK
RGB Variations
Color information
#051968 (or 0x051968) is known color: Sapphire. HEX triplet: 05, 19 and 68. RGB value is (5,25,104). Sum of RGB (Red+Green+Blue) = 5+25+104=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 104 (41.02% from 255 or 77.61% from 134); Max value from RGB is 104 - color contains mainly: blue. Hex color #051968 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051968 is #FAE697. Grayscale: #1B1B1B. Windows color (decimal): -16443032 or 6822149. OLE color: 6822149.
HSL color Cylindrical-coordinate representation of color #051968: hue angle of 227.88º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051968 is Cyan = 0.95, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 25 | 104 | - |
| CMYK | 0.95 | 0.76 | 0 | 0.59 |
| HSL | 227.88º | 0.91% | 0.21% | - |
| HSV(B) | 227.88º | 0.95% | 0.41% | - |
| XYZ | 2.91 | 1.73 | 13.28 | - |
| YUV | 28.03 | 170.87 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 25 | 104 | 0.95 | 0.76 | 0 | 0.59 | 227.88 | 0.91 | 0.21 |
| Hex | 5 | 19 | 68 | 5F | 4C | 0 | 3B | E4 | 5B | 15 |
| Octal | 5 | 31 | 150 | 137 | 114 | 0 | 73 | 344 | 133 | 25 |
| Binary | 101 | 11001 | 1101000 | 1011111 | 1001100 | 0 | 111011 | 11100100 | 1011011 | 10101 |
Color Harmonies of #051968
Complementary color
Monochromatic Colors of #051968
Black with #051968
Text Example
Text Example
White with #051968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051968; }
p { color: rgb(5,25,104); }
H1.HeaderClassName
{
color: #051968;
}
.AnyTagClassName
{
color: #051968;
}
</style>
background-color css
<style>
a { background-color: #051968; }
a { background-color: rgb(5,25,104); }
div.DivClassName
{
background-color: #051968;
}
.BgClassName
{
background-color: #051968;
}
</style>
border-color css
<style>
span { border-color: #051968; }
span { border-color: rgb(5,25,104); }
td.TdClassName
{
border-color: #051968;
}
.TagClassName
{
border-color: #051968;
}
</style>