Shades of Sapphire #052764
Tints of Sapphire #052764
RGB
CMYK
RGB Variations
Color information
#052764 (or 0x052764) is known color: Sapphire. HEX triplet: 05, 27 and 64. RGB value is (5,39,100). Sum of RGB (Red+Green+Blue) = 5+39+100=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 100 (39.45% from 255 or 69.44% from 144); Max value from RGB is 100 - color contains mainly: blue. Hex color #052764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052764 is #FAD89B. Grayscale: #232323. Windows color (decimal): -16439452 or 6563589. OLE color: 6563589.
HSL color Cylindrical-coordinate representation of color #052764: hue angle of 218.53º 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 #052764 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 5 | 39 | 100 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.61 |
| HSL | 218.53º | 0.9% | 0.21% | - |
| HSV(B) | 218.53º | 0.95% | 0.39% | - |
| XYZ | 3.09 | 2.4 | 12.36 | - |
| YUV | 35.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 100 | 0.95 | 0.61 | 0 | 0.61 | 218.53 | 0.9 | 0.21 |
| Hex | 5 | 27 | 64 | 5F | 3D | 0 | 3D | DB | 5A | 15 |
| Octal | 5 | 47 | 144 | 137 | 75 | 0 | 75 | 333 | 132 | 25 |
| Binary | 101 | 100111 | 1100100 | 1011111 | 111101 | 0 | 111101 | 11011011 | 1011010 | 10101 |
Color Harmonies of #052764
Complementary color
Monochromatic Colors of #052764
Black with #052764
Text Example
Text Example
White with #052764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052764; }
p { color: rgb(5,39,100); }
H1.HeaderClassName
{
color: #052764;
}
.AnyTagClassName
{
color: #052764;
}
</style>
background-color css
<style>
a { background-color: #052764; }
a { background-color: rgb(5,39,100); }
div.DivClassName
{
background-color: #052764;
}
.BgClassName
{
background-color: #052764;
}
</style>
border-color css
<style>
span { border-color: #052764; }
span { border-color: rgb(5,39,100); }
td.TdClassName
{
border-color: #052764;
}
.TagClassName
{
border-color: #052764;
}
</style>