Shades of Sapphire #052B7C
Tints of Sapphire #052B7C
RGB
CMYK
RGB Variations
Color information
#052B7C (or 0x052B7C) is known color: Sapphire. HEX triplet: 05, 2B and 7C. RGB value is (5,43,124). Sum of RGB (Red+Green+Blue) = 5+43+124=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 43 (17.19% from 255 or 25% from 172); Blue value is 124 (48.83% from 255 or 72.09% from 172); Max value from RGB is 124 - color contains mainly: blue. Hex color #052B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052B7C is #FAD483. Grayscale: #282828. Windows color (decimal): -16438404 or 8137477. OLE color: 8137477.
HSL color Cylindrical-coordinate representation of color #052B7C: hue angle of 220.84º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052B7C is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 5 | 43 | 124 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.51 |
| HSL | 220.84º | 0.92% | 0.25% | - |
| HSV(B) | 220.84º | 0.96% | 0.49% | - |
| XYZ | 4.56 | 3.22 | 19.45 | - |
| YUV | 40.87 | 174.91 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 43 | 124 | 0.96 | 0.65 | 0 | 0.51 | 220.84 | 0.92 | 0.25 |
| Hex | 5 | 2B | 7C | 60 | 41 | 0 | 33 | DD | 5C | 19 |
| Octal | 5 | 53 | 174 | 140 | 101 | 0 | 63 | 335 | 134 | 31 |
| Binary | 101 | 101011 | 1111100 | 1100000 | 1000001 | 0 | 110011 | 11011101 | 1011100 | 11001 |
Color Harmonies of #052B7C
Complementary color
Monochromatic Colors of #052B7C
Black with #052B7C
Text Example
Text Example
White with #052B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052B7C; }
p { color: rgb(5,43,124); }
H1.HeaderClassName
{
color: #052B7C;
}
.AnyTagClassName
{
color: #052B7C;
}
</style>
background-color css
<style>
a { background-color: #052B7C; }
a { background-color: rgb(5,43,124); }
div.DivClassName
{
background-color: #052B7C;
}
.BgClassName
{
background-color: #052B7C;
}
</style>
border-color css
<style>
span { border-color: #052B7C; }
span { border-color: rgb(5,43,124); }
td.TdClassName
{
border-color: #052B7C;
}
.TagClassName
{
border-color: #052B7C;
}
</style>