Shades of Sapphire #052964
Tints of Sapphire #052964
RGB
CMYK
RGB Variations
Color information
#052964 (or 0x052964) is known color: Sapphire. HEX triplet: 05, 29 and 64. RGB value is (5,41,100). Sum of RGB (Red+Green+Blue) = 5+41+100=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 41 (16.41% from 255 or 28.08% from 146); Blue value is 100 (39.45% from 255 or 68.49% from 146); Max value from RGB is 100 - color contains mainly: blue. Hex color #052964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052964 is #FAD69B. Grayscale: #242424. Windows color (decimal): -16438940 or 6564101. OLE color: 6564101.
HSL color Cylindrical-coordinate representation of color #052964: hue angle of 217.26º degrees, saturation: 0.9, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052964 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 41 | 100 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.61 |
| HSL | 217.26º | 0.9% | 0.21% | - |
| HSV(B) | 217.26º | 0.95% | 0.39% | - |
| XYZ | 3.16 | 2.54 | 12.38 | - |
| YUV | 36.96 | 163.57 | 105.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 41 | 100 | 0.95 | 0.59 | 0 | 0.61 | 217.26 | 0.9 | 0.21 |
| Hex | 5 | 29 | 64 | 5F | 3B | 0 | 3D | D9 | 5A | 15 |
| Octal | 5 | 51 | 144 | 137 | 73 | 0 | 75 | 331 | 132 | 25 |
| Binary | 101 | 101001 | 1100100 | 1011111 | 111011 | 0 | 111101 | 11011001 | 1011010 | 10101 |
Color Harmonies of #052964
Complementary color
Monochromatic Colors of #052964
Black with #052964
Text Example
Text Example
White with #052964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052964; }
p { color: rgb(5,41,100); }
H1.HeaderClassName
{
color: #052964;
}
.AnyTagClassName
{
color: #052964;
}
</style>
background-color css
<style>
a { background-color: #052964; }
a { background-color: rgb(5,41,100); }
div.DivClassName
{
background-color: #052964;
}
.BgClassName
{
background-color: #052964;
}
</style>
border-color css
<style>
span { border-color: #052964; }
span { border-color: rgb(5,41,100); }
td.TdClassName
{
border-color: #052964;
}
.TagClassName
{
border-color: #052964;
}
</style>