Shades of Sapphire #05275A
Tints of Sapphire #05275A
RGB
CMYK
RGB Variations
Color information
#05275A (or 0x05275A) is known color: Sapphire. HEX triplet: 05, 27 and 5A. RGB value is (5,39,90). Sum of RGB (Red+Green+Blue) = 5+39+90=134 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.73% from 134); Green value is 39 (15.62% from 255 or 29.10% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #05275A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05275A is #FAD8A5. Grayscale: #222222. Windows color (decimal): -16439462 or 5908229. OLE color: 5908229.
HSL color Cylindrical-coordinate representation of color #05275A: hue angle of 216º 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 #05275A is Cyan = 0.94, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 39 | 90 | - |
| CMYK | 0.94 | 0.57 | 0 | 0.65 |
| HSL | 216º | 0.89% | 0.19% | - |
| HSV(B) | 216º | 0.94% | 0.35% | - |
| XYZ | 2.63 | 2.22 | 9.96 | - |
| YUV | 34.65 | 159.24 | 106.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 90 | 0.94 | 0.57 | 0 | 0.65 | 216 | 0.89 | 0.19 |
| Hex | 5 | 27 | 5A | 5E | 39 | 0 | 41 | D8 | 59 | 13 |
| Octal | 5 | 47 | 132 | 136 | 71 | 0 | 101 | 330 | 131 | 23 |
| Binary | 101 | 100111 | 1011010 | 1011110 | 111001 | 0 | 1000001 | 11011000 | 1011001 | 10011 |
Color Harmonies of #05275A
Complementary color
Monochromatic Colors of #05275A
Black with #05275A
Text Example
Text Example
White with #05275A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05275A; }
p { color: rgb(5,39,90); }
H1.HeaderClassName
{
color: #05275A;
}
.AnyTagClassName
{
color: #05275A;
}
</style>
background-color css
<style>
a { background-color: #05275A; }
a { background-color: rgb(5,39,90); }
div.DivClassName
{
background-color: #05275A;
}
.BgClassName
{
background-color: #05275A;
}
</style>
border-color css
<style>
span { border-color: #05275A; }
span { border-color: rgb(5,39,90); }
td.TdClassName
{
border-color: #05275A;
}
.TagClassName
{
border-color: #05275A;
}
</style>