Shades of Sapphire #05155A
Tints of Sapphire #05155A
RGB
CMYK
RGB Variations
Color information
#05155A (or 0x05155A) is known color: Sapphire. HEX triplet: 05, 15 and 5A. RGB value is (5,21,90). Sum of RGB (Red+Green+Blue) = 5+21+90=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 21 (8.59% from 255 or 18.10% from 116); Blue value is 90 (35.55% from 255 or 77.59% from 116); Max value from RGB is 90 - color contains mainly: blue. Hex color #05155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05155A is #FAEAA5. Grayscale: #171717. Windows color (decimal): -16444070 or 5903621. OLE color: 5903621.
HSL color Cylindrical-coordinate representation of color #05155A: hue angle of 228.71º degrees, saturation: 0.89, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05155A is Cyan = 0.94, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 21 | 90 | - |
| CMYK | 0.94 | 0.77 | 0 | 0.65 |
| HSL | 228.71º | 0.89% | 0.19% | - |
| HSV(B) | 228.71º | 0.94% | 0.35% | - |
| XYZ | 2.18 | 1.31 | 9.81 | - |
| YUV | 24.08 | 165.2 | 114.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 21 | 90 | 0.94 | 0.77 | 0 | 0.65 | 228.71 | 0.89 | 0.19 |
| Hex | 5 | 15 | 5A | 5E | 4D | 0 | 41 | E5 | 59 | 13 |
| Octal | 5 | 25 | 132 | 136 | 115 | 0 | 101 | 345 | 131 | 23 |
| Binary | 101 | 10101 | 1011010 | 1011110 | 1001101 | 0 | 1000001 | 11100101 | 1011001 | 10011 |
Color Harmonies of #05155A
Complementary color
Monochromatic Colors of #05155A
Black with #05155A
Text Example
Text Example
White with #05155A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05155A; }
p { color: rgb(5,21,90); }
H1.HeaderClassName
{
color: #05155A;
}
.AnyTagClassName
{
color: #05155A;
}
</style>
background-color css
<style>
a { background-color: #05155A; }
a { background-color: rgb(5,21,90); }
div.DivClassName
{
background-color: #05155A;
}
.BgClassName
{
background-color: #05155A;
}
</style>
border-color css
<style>
span { border-color: #05155A; }
span { border-color: rgb(5,21,90); }
td.TdClassName
{
border-color: #05155A;
}
.TagClassName
{
border-color: #05155A;
}
</style>