Shades of Sapphire #052B70
Tints of Sapphire #052B70
RGB
CMYK
RGB Variations
Color information
#052B70 (or 0x052B70) is known color: Sapphire. HEX triplet: 05, 2B and 70. RGB value is (5,43,112). Sum of RGB (Red+Green+Blue) = 5+43+112=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 112 (44.14% from 255 or 70% from 160); Max value from RGB is 112 - color contains mainly: blue. Hex color #052B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B70 is #FAD48F. Grayscale: #272727. Windows color (decimal): -16438416 or 7351045. OLE color: 7351045.
HSL color Cylindrical-coordinate representation of color #052B70: hue angle of 218.69º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052B70 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 43 | 112 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.56 |
| HSL | 218.69º | 0.91% | 0.23% | - |
| HSV(B) | 218.69º | 0.96% | 0.44% | - |
| XYZ | 3.85 | 2.93 | 15.69 | - |
| YUV | 39.5 | 168.91 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 112 | 0.96 | 0.62 | 0 | 0.56 | 218.69 | 0.91 | 0.23 |
| Hex | 5 | 2B | 70 | 60 | 3E | 0 | 38 | DB | 5B | 17 |
| Octal | 5 | 53 | 160 | 140 | 76 | 0 | 70 | 333 | 133 | 27 |
| Binary | 101 | 101011 | 1110000 | 1100000 | 111110 | 0 | 111000 | 11011011 | 1011011 | 10111 |
Color Harmonies of #052B70
Complementary color
Monochromatic Colors of #052B70
Black with #052B70
Text Example
Text Example
White with #052B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B70; }
p { color: rgb(5,43,112); }
H1.HeaderClassName
{
color: #052B70;
}
.AnyTagClassName
{
color: #052B70;
}
</style>
background-color css
<style>
a { background-color: #052B70; }
a { background-color: rgb(5,43,112); }
div.DivClassName
{
background-color: #052B70;
}
.BgClassName
{
background-color: #052B70;
}
</style>
border-color css
<style>
span { border-color: #052B70; }
span { border-color: rgb(5,43,112); }
td.TdClassName
{
border-color: #052B70;
}
.TagClassName
{
border-color: #052B70;
}
</style>