Shades of Sapphire #052762
Tints of Sapphire #052762
RGB
CMYK
RGB Variations
Color information
#052762 (or 0x052762) is known color: Sapphire. HEX triplet: 05, 27 and 62. RGB value is (5,39,98). Sum of RGB (Red+Green+Blue) = 5+39+98=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 98 (38.67% from 255 or 69.01% from 142); Max value from RGB is 98 - color contains mainly: blue. Hex color #052762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052762 is #FAD89D. Grayscale: #232323. Windows color (decimal): -16439454 or 6432517. OLE color: 6432517.
HSL color Cylindrical-coordinate representation of color #052762: hue angle of 218.06º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052762 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 39 | 98 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.62 |
| HSL | 218.06º | 0.9% | 0.2% | - |
| HSV(B) | 218.06º | 0.95% | 0.38% | - |
| XYZ | 2.99 | 2.37 | 11.85 | - |
| YUV | 35.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 98 | 0.95 | 0.60 | 0 | 0.62 | 218.06 | 0.9 | 0.2 |
| Hex | 5 | 27 | 62 | 5F | 3C | 0 | 3E | DA | 5A | 14 |
| Octal | 5 | 47 | 142 | 137 | 74 | 0 | 76 | 332 | 132 | 24 |
| Binary | 101 | 100111 | 1100010 | 1011111 | 111100 | 0 | 111110 | 11011010 | 1011010 | 10100 |
Color Harmonies of #052762
Complementary color
Monochromatic Colors of #052762
Black with #052762
Text Example
Text Example
White with #052762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052762; }
p { color: rgb(5,39,98); }
H1.HeaderClassName
{
color: #052762;
}
.AnyTagClassName
{
color: #052762;
}
</style>
background-color css
<style>
a { background-color: #052762; }
a { background-color: rgb(5,39,98); }
div.DivClassName
{
background-color: #052762;
}
.BgClassName
{
background-color: #052762;
}
</style>
border-color css
<style>
span { border-color: #052762; }
span { border-color: rgb(5,39,98); }
td.TdClassName
{
border-color: #052762;
}
.TagClassName
{
border-color: #052762;
}
</style>