Shades of Sapphire #052761
Tints of Sapphire #052761
RGB
CMYK
RGB Variations
Color information
#052761 (or 0x052761) is known color: Sapphire. HEX triplet: 05, 27 and 61. RGB value is (5,39,97). Sum of RGB (Red+Green+Blue) = 5+39+97=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 97 (38.28% from 255 or 68.79% from 141); Max value from RGB is 97 - color contains mainly: blue. Hex color #052761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052761 is #FAD89E. Grayscale: #232323. Windows color (decimal): -16439455 or 6366981. OLE color: 6366981.
HSL color Cylindrical-coordinate representation of color #052761: hue angle of 217.83º 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 #052761 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 5 | 39 | 97 | - |
| CMYK | 0.95 | 0.60 | 0 | 0.62 |
| HSL | 217.83º | 0.9% | 0.2% | - |
| HSV(B) | 217.83º | 0.95% | 0.38% | - |
| XYZ | 2.95 | 2.35 | 11.61 | - |
| YUV | 35.45 | 162.74 | 106.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 97 | 0.95 | 0.60 | 0 | 0.62 | 217.83 | 0.9 | 0.2 |
| Hex | 5 | 27 | 61 | 5F | 3C | 0 | 3E | DA | 5A | 14 |
| Octal | 5 | 47 | 141 | 137 | 74 | 0 | 76 | 332 | 132 | 24 |
| Binary | 101 | 100111 | 1100001 | 1011111 | 111100 | 0 | 111110 | 11011010 | 1011010 | 10100 |
Color Harmonies of #052761
Complementary color
Monochromatic Colors of #052761
Black with #052761
Text Example
Text Example
White with #052761
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052761; }
p { color: rgb(5,39,97); }
H1.HeaderClassName
{
color: #052761;
}
.AnyTagClassName
{
color: #052761;
}
</style>
background-color css
<style>
a { background-color: #052761; }
a { background-color: rgb(5,39,97); }
div.DivClassName
{
background-color: #052761;
}
.BgClassName
{
background-color: #052761;
}
</style>
border-color css
<style>
span { border-color: #052761; }
span { border-color: rgb(5,39,97); }
td.TdClassName
{
border-color: #052761;
}
.TagClassName
{
border-color: #052761;
}
</style>