Shades of Sapphire #05265E
Tints of Sapphire #05265E
RGB
CMYK
RGB Variations
Color information
#05265E (or 0x05265E) is known color: Sapphire. HEX triplet: 05, 26 and 5E. RGB value is (5,38,94). Sum of RGB (Red+Green+Blue) = 5+38+94=137 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.65% from 137); Green value is 38 (15.23% from 255 or 27.74% from 137); Blue value is 94 (37.11% from 255 or 68.61% from 137); Max value from RGB is 94 - color contains mainly: blue. Hex color #05265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05265E is #FAD9A1. Grayscale: #222222. Windows color (decimal): -16439714 or 6170117. OLE color: 6170117.
HSL color Cylindrical-coordinate representation of color #05265E: hue angle of 217.75º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05265E is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 38 | 94 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.63 |
| HSL | 217.75º | 0.9% | 0.19% | - |
| HSV(B) | 217.75º | 0.95% | 0.37% | - |
| XYZ | 2.78 | 2.23 | 10.87 | - |
| YUV | 34.52 | 161.57 | 106.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 94 | 0.95 | 0.60 | 0 | 0.63 | 217.75 | 0.9 | 0.19 |
| Hex | 5 | 26 | 5E | 5F | 3C | 0 | 3F | DA | 5A | 13 |
| Octal | 5 | 46 | 136 | 137 | 74 | 0 | 77 | 332 | 132 | 23 |
| Binary | 101 | 100110 | 1011110 | 1011111 | 111100 | 0 | 111111 | 11011010 | 1011010 | 10011 |
Color Harmonies of #05265E
Complementary color
Monochromatic Colors of #05265E
Black with #05265E
Text Example
Text Example
White with #05265E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05265E; }
p { color: rgb(5,38,94); }
H1.HeaderClassName
{
color: #05265E;
}
.AnyTagClassName
{
color: #05265E;
}
</style>
background-color css
<style>
a { background-color: #05265E; }
a { background-color: rgb(5,38,94); }
div.DivClassName
{
background-color: #05265E;
}
.BgClassName
{
background-color: #05265E;
}
</style>
border-color css
<style>
span { border-color: #05265E; }
span { border-color: rgb(5,38,94); }
td.TdClassName
{
border-color: #05265E;
}
.TagClassName
{
border-color: #05265E;
}
</style>