Shades of Sapphire #05134C
Tints of Sapphire #05134C
RGB
CMYK
RGB Variations
Color information
#05134C (or 0x05134C) is known color: Sapphire. HEX triplet: 05, 13 and 4C. RGB value is (5,19,76). Sum of RGB (Red+Green+Blue) = 5+19+76=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 19 (7.81% from 255 or 19% from 100); Blue value is 76 (30.08% from 255 or 76% from 100); Max value from RGB is 76 - color contains mainly: blue. Hex color #05134C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #05134C is #FAECB3. Grayscale: #151515. Windows color (decimal): -16444596 or 4985605. OLE color: 4985605.
HSL color Cylindrical-coordinate representation of color #05134C: hue angle of 228.17º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05134C is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 5 | 19 | 76 | - |
| CMYK | 0.93 | 0.75 | 0 | 0.70 |
| HSL | 228.17º | 0.88% | 0.16% | - |
| HSV(B) | 228.17º | 0.93% | 0.3% | - |
| XYZ | 1.6 | 1.02 | 6.95 | - |
| YUV | 21.31 | 158.86 | 116.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 76 | 0.93 | 0.75 | 0 | 0.70 | 228.17 | 0.88 | 0.16 |
| Hex | 5 | 13 | 4C | 5D | 4B | 0 | 46 | E4 | 58 | 10 |
| Octal | 5 | 23 | 114 | 135 | 113 | 0 | 106 | 344 | 130 | 20 |
| Binary | 101 | 10011 | 1001100 | 1011101 | 1001011 | 0 | 1000110 | 11100100 | 1011000 | 10000 |
Color Harmonies of #05134C
Complementary color
Monochromatic Colors of #05134C
Black with #05134C
Text Example
Text Example
White with #05134C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05134C; }
p { color: rgb(5,19,76); }
H1.HeaderClassName
{
color: #05134C;
}
.AnyTagClassName
{
color: #05134C;
}
</style>
background-color css
<style>
a { background-color: #05134C; }
a { background-color: rgb(5,19,76); }
div.DivClassName
{
background-color: #05134C;
}
.BgClassName
{
background-color: #05134C;
}
</style>
border-color css
<style>
span { border-color: #05134C; }
span { border-color: rgb(5,19,76); }
td.TdClassName
{
border-color: #05134C;
}
.TagClassName
{
border-color: #05134C;
}
</style>