Shades of Sapphire #05156D
Tints of Sapphire #05156D
RGB
CMYK
RGB Variations
Color information
#05156D (or 0x05156D) is known color: Sapphire. HEX triplet: 05, 15 and 6D. RGB value is (5,21,109). Sum of RGB (Red+Green+Blue) = 5+21+109=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #05156D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05156D is #FAEA92. Grayscale: #191919. Windows color (decimal): -16444051 or 7148805. OLE color: 7148805.
HSL color Cylindrical-coordinate representation of color #05156D: hue angle of 230.77º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05156D is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 5 | 21 | 109 | - |
| CMYK | 0.95 | 0.81 | 0 | 0.57 |
| HSL | 230.77º | 0.91% | 0.22% | - |
| HSV(B) | 230.77º | 0.95% | 0.43% | - |
| XYZ | 3.09 | 1.67 | 14.63 | - |
| YUV | 26.25 | 174.7 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 109 | 0.95 | 0.81 | 0 | 0.57 | 230.77 | 0.91 | 0.22 |
| Hex | 5 | 15 | 6D | 5F | 51 | 0 | 39 | E7 | 5B | 16 |
| Octal | 5 | 25 | 155 | 137 | 121 | 0 | 71 | 347 | 133 | 26 |
| Binary | 101 | 10101 | 1101101 | 1011111 | 1010001 | 0 | 111001 | 11100111 | 1011011 | 10110 |
Color Harmonies of #05156D
Complementary color
Monochromatic Colors of #05156D
Black with #05156D
Text Example
Text Example
White with #05156D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05156D; }
p { color: rgb(5,21,109); }
H1.HeaderClassName
{
color: #05156D;
}
.AnyTagClassName
{
color: #05156D;
}
</style>
background-color css
<style>
a { background-color: #05156D; }
a { background-color: rgb(5,21,109); }
div.DivClassName
{
background-color: #05156D;
}
.BgClassName
{
background-color: #05156D;
}
</style>
border-color css
<style>
span { border-color: #05156D; }
span { border-color: rgb(5,21,109); }
td.TdClassName
{
border-color: #05156D;
}
.TagClassName
{
border-color: #05156D;
}
</style>