Shades of Sapphire #051468
Tints of Sapphire #051468
RGB
CMYK
RGB Variations
Color information
#051468 (or 0x051468) is known color: Sapphire. HEX triplet: 05, 14 and 68. RGB value is (5,20,104). Sum of RGB (Red+Green+Blue) = 5+20+104=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 104 (41.02% from 255 or 80.62% from 129); Max value from RGB is 104 - color contains mainly: blue. Hex color #051468 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051468 is #FAEB97. Grayscale: #181818. Windows color (decimal): -16444312 or 6820869. OLE color: 6820869.
HSL color Cylindrical-coordinate representation of color #051468: hue angle of 230.91º 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 #051468 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 20 | 104 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.59 |
| HSL | 230.91º | 0.91% | 0.21% | - |
| HSV(B) | 230.91º | 0.95% | 0.41% | - |
| XYZ | 2.81 | 1.53 | 13.24 | - |
| YUV | 25.09 | 172.53 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 20 | 104 | 0.95 | 0.81 | 0 | 0.59 | 230.91 | 0.91 | 0.21 |
| Hex | 5 | 14 | 68 | 5F | 51 | 0 | 3B | E7 | 5B | 15 |
| Octal | 5 | 24 | 150 | 137 | 121 | 0 | 73 | 347 | 133 | 25 |
| Binary | 101 | 10100 | 1101000 | 1011111 | 1010001 | 0 | 111011 | 11100111 | 1011011 | 10101 |
Color Harmonies of #051468
Complementary color
Monochromatic Colors of #051468
Black with #051468
Text Example
Text Example
White with #051468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051468; }
p { color: rgb(5,20,104); }
H1.HeaderClassName
{
color: #051468;
}
.AnyTagClassName
{
color: #051468;
}
</style>
background-color css
<style>
a { background-color: #051468; }
a { background-color: rgb(5,20,104); }
div.DivClassName
{
background-color: #051468;
}
.BgClassName
{
background-color: #051468;
}
</style>
border-color css
<style>
span { border-color: #051468; }
span { border-color: rgb(5,20,104); }
td.TdClassName
{
border-color: #051468;
}
.TagClassName
{
border-color: #051468;
}
</style>