Shades of Sapphire #05275B
Tints of Sapphire #05275B
RGB
CMYK
RGB Variations
Color information
#05275B (or 0x05275B) is known color: Sapphire. HEX triplet: 05, 27 and 5B. RGB value is (5,39,91). Sum of RGB (Red+Green+Blue) = 5+39+91=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 91 (35.94% from 255 or 67.41% from 135); Max value from RGB is 91 - color contains mainly: blue. Hex color #05275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05275B is #FAD8A4. Grayscale: #222222. Windows color (decimal): -16439461 or 5973765. OLE color: 5973765.
HSL color Cylindrical-coordinate representation of color #05275B: hue angle of 216.28º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05275B is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 5 | 39 | 91 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.64 |
| HSL | 216.28º | 0.9% | 0.19% | - |
| HSV(B) | 216.28º | 0.95% | 0.36% | - |
| XYZ | 2.68 | 2.24 | 10.19 | - |
| YUV | 34.76 | 159.74 | 106.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 91 | 0.95 | 0.57 | 0 | 0.64 | 216.28 | 0.9 | 0.19 |
| Hex | 5 | 27 | 5B | 5F | 39 | 0 | 40 | D8 | 5A | 13 |
| Octal | 5 | 47 | 133 | 137 | 71 | 0 | 100 | 330 | 132 | 23 |
| Binary | 101 | 100111 | 1011011 | 1011111 | 111001 | 0 | 1000000 | 11011000 | 1011010 | 10011 |
Color Harmonies of #05275B
Complementary color
Monochromatic Colors of #05275B
Black with #05275B
Text Example
Text Example
White with #05275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05275B; }
p { color: rgb(5,39,91); }
H1.HeaderClassName
{
color: #05275B;
}
.AnyTagClassName
{
color: #05275B;
}
</style>
background-color css
<style>
a { background-color: #05275B; }
a { background-color: rgb(5,39,91); }
div.DivClassName
{
background-color: #05275B;
}
.BgClassName
{
background-color: #05275B;
}
</style>
border-color css
<style>
span { border-color: #05275B; }
span { border-color: rgb(5,39,91); }
td.TdClassName
{
border-color: #05275B;
}
.TagClassName
{
border-color: #05275B;
}
</style>