Shades of Sapphire #05265A
Tints of Sapphire #05265A
RGB
CMYK
RGB Variations
Color information
#05265A (or 0x05265A) is known color: Sapphire. HEX triplet: 05, 26 and 5A. RGB value is (5,38,90). Sum of RGB (Red+Green+Blue) = 5+38+90=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 90 (35.55% from 255 or 67.67% from 133); Max value from RGB is 90 - color contains mainly: blue. Hex color #05265A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #05265A is #FAD9A5. Grayscale: #212121. Windows color (decimal): -16439718 or 5907973. OLE color: 5907973.
HSL color Cylindrical-coordinate representation of color #05265A: hue angle of 216.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 #05265A is Cyan = 0.94, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 5 | 38 | 90 | - |
| CMYK | 0.94 | 0.58 | 0 | 0.65 |
| HSL | 216.71º | 0.89% | 0.19% | - |
| HSV(B) | 216.71º | 0.94% | 0.35% | - |
| XYZ | 2.6 | 2.16 | 9.95 | - |
| YUV | 34.06 | 159.57 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 90 | 0.94 | 0.58 | 0 | 0.65 | 216.71 | 0.89 | 0.19 |
| Hex | 5 | 26 | 5A | 5E | 3A | 0 | 41 | D9 | 59 | 13 |
| Octal | 5 | 46 | 132 | 136 | 72 | 0 | 101 | 331 | 131 | 23 |
| Binary | 101 | 100110 | 1011010 | 1011110 | 111010 | 0 | 1000001 | 11011001 | 1011001 | 10011 |
Color Harmonies of #05265A
Complementary color
Monochromatic Colors of #05265A
Black with #05265A
Text Example
Text Example
White with #05265A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05265A; }
p { color: rgb(5,38,90); }
H1.HeaderClassName
{
color: #05265A;
}
.AnyTagClassName
{
color: #05265A;
}
</style>
background-color css
<style>
a { background-color: #05265A; }
a { background-color: rgb(5,38,90); }
div.DivClassName
{
background-color: #05265A;
}
.BgClassName
{
background-color: #05265A;
}
</style>
border-color css
<style>
span { border-color: #05265A; }
span { border-color: rgb(5,38,90); }
td.TdClassName
{
border-color: #05265A;
}
.TagClassName
{
border-color: #05265A;
}
</style>