Shades of Sapphire #05135E
Tints of Sapphire #05135E
RGB
CMYK
RGB Variations
Color information
#05135E (or 0x05135E) is known color: Sapphire. HEX triplet: 05, 13 and 5E. RGB value is (5,19,94). Sum of RGB (Red+Green+Blue) = 5+19+94=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 94 (37.11% from 255 or 79.66% from 118); Max value from RGB is 94 - color contains mainly: blue. Hex color #05135E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05135E is #FAECA1. Grayscale: #171717. Windows color (decimal): -16444578 or 6165253. OLE color: 6165253.
HSL color Cylindrical-coordinate representation of color #05135E: hue angle of 230.56º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05135E is Cyan = 0.95, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 19 | 94 | - |
| CMYK | 0.95 | 0.80 | 0 | 0.63 |
| HSL | 230.56º | 0.9% | 0.19% | - |
| HSV(B) | 230.56º | 0.95% | 0.37% | - |
| XYZ | 2.32 | 1.31 | 10.72 | - |
| YUV | 23.36 | 167.86 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 94 | 0.95 | 0.80 | 0 | 0.63 | 230.56 | 0.9 | 0.19 |
| Hex | 5 | 13 | 5E | 5F | 50 | 0 | 3F | E7 | 5A | 13 |
| Octal | 5 | 23 | 136 | 137 | 120 | 0 | 77 | 347 | 132 | 23 |
| Binary | 101 | 10011 | 1011110 | 1011111 | 1010000 | 0 | 111111 | 11100111 | 1011010 | 10011 |
Color Harmonies of #05135E
Complementary color
Monochromatic Colors of #05135E
Black with #05135E
Text Example
Text Example
White with #05135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05135E; }
p { color: rgb(5,19,94); }
H1.HeaderClassName
{
color: #05135E;
}
.AnyTagClassName
{
color: #05135E;
}
</style>
background-color css
<style>
a { background-color: #05135E; }
a { background-color: rgb(5,19,94); }
div.DivClassName
{
background-color: #05135E;
}
.BgClassName
{
background-color: #05135E;
}
</style>
border-color css
<style>
span { border-color: #05135E; }
span { border-color: rgb(5,19,94); }
td.TdClassName
{
border-color: #05135E;
}
.TagClassName
{
border-color: #05135E;
}
</style>