Shades of Sapphire #052663
Tints of Sapphire #052663
RGB
CMYK
RGB Variations
Color information
#052663 (or 0x052663) is known color: Sapphire. HEX triplet: 05, 26 and 63. RGB value is (5,38,99). Sum of RGB (Red+Green+Blue) = 5+38+99=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 99 (39.06% from 255 or 69.72% from 142); Max value from RGB is 99 - color contains mainly: blue. Hex color #052663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052663 is #FAD99C. Grayscale: #222222. Windows color (decimal): -16439709 or 6497797. OLE color: 6497797.
HSL color Cylindrical-coordinate representation of color #052663: hue angle of 218.94º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052663 is Cyan = 0.95, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 38 | 99 | - |
| CMYK | 0.95 | 0.62 | 0 | 0.61 |
| HSL | 218.94º | 0.9% | 0.2% | - |
| HSV(B) | 218.94º | 0.95% | 0.39% | - |
| XYZ | 3.01 | 2.32 | 12.09 | - |
| YUV | 35.09 | 164.07 | 106.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 99 | 0.95 | 0.62 | 0 | 0.61 | 218.94 | 0.9 | 0.2 |
| Hex | 5 | 26 | 63 | 5F | 3E | 0 | 3D | DB | 5A | 14 |
| Octal | 5 | 46 | 143 | 137 | 76 | 0 | 75 | 333 | 132 | 24 |
| Binary | 101 | 100110 | 1100011 | 1011111 | 111110 | 0 | 111101 | 11011011 | 1011010 | 10100 |
Color Harmonies of #052663
Complementary color
Monochromatic Colors of #052663
Black with #052663
Text Example
Text Example
White with #052663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052663; }
p { color: rgb(5,38,99); }
H1.HeaderClassName
{
color: #052663;
}
.AnyTagClassName
{
color: #052663;
}
</style>
background-color css
<style>
a { background-color: #052663; }
a { background-color: rgb(5,38,99); }
div.DivClassName
{
background-color: #052663;
}
.BgClassName
{
background-color: #052663;
}
</style>
border-color css
<style>
span { border-color: #052663; }
span { border-color: rgb(5,38,99); }
td.TdClassName
{
border-color: #052663;
}
.TagClassName
{
border-color: #052663;
}
</style>