Shades of Sapphire #052D7F
Tints of Sapphire #052D7F
RGB
CMYK
RGB Variations
Color information
#052D7F (or 0x052D7F) is known color: Sapphire. HEX triplet: 05, 2D and 7F. RGB value is (5,45,127). Sum of RGB (Red+Green+Blue) = 5+45+127=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 45 (17.97% from 255 or 25.42% from 177); Blue value is 127 (50% from 255 or 71.75% from 177); Max value from RGB is 127 - color contains mainly: blue. Hex color #052D7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D7F is #FAD280. Grayscale: #2A2A2A. Windows color (decimal): -16437889 or 8334597. OLE color: 8334597.
HSL color Cylindrical-coordinate representation of color #052D7F: hue angle of 220.33º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052D7F is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 45 | 127 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.50 |
| HSL | 220.33º | 0.92% | 0.26% | - |
| HSV(B) | 220.33º | 0.96% | 0.5% | - |
| XYZ | 4.83 | 3.44 | 20.49 | - |
| YUV | 42.39 | 175.75 | 101.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 127 | 0.96 | 0.65 | 0 | 0.50 | 220.33 | 0.92 | 0.26 |
| Hex | 5 | 2D | 7F | 60 | 41 | 0 | 32 | DC | 5C | 1A |
| Octal | 5 | 55 | 177 | 140 | 101 | 0 | 62 | 334 | 134 | 32 |
| Binary | 101 | 101101 | 1111111 | 1100000 | 1000001 | 0 | 110010 | 11011100 | 1011100 | 11010 |
Color Harmonies of #052D7F
Complementary color
Monochromatic Colors of #052D7F
Black with #052D7F
Text Example
Text Example
White with #052D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D7F; }
p { color: rgb(5,45,127); }
H1.HeaderClassName
{
color: #052D7F;
}
.AnyTagClassName
{
color: #052D7F;
}
</style>
background-color css
<style>
a { background-color: #052D7F; }
a { background-color: rgb(5,45,127); }
div.DivClassName
{
background-color: #052D7F;
}
.BgClassName
{
background-color: #052D7F;
}
</style>
border-color css
<style>
span { border-color: #052D7F; }
span { border-color: rgb(5,45,127); }
td.TdClassName
{
border-color: #052D7F;
}
.TagClassName
{
border-color: #052D7F;
}
</style>