Shades of Sapphire #052D69
Tints of Sapphire #052D69
RGB
CMYK
RGB Variations
Color information
#052D69 (or 0x052D69) is known color: Sapphire. HEX triplet: 05, 2D and 69. RGB value is (5,45,105). Sum of RGB (Red+Green+Blue) = 5+45+105=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #052D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052D69 is #FAD296. Grayscale: #272727. Windows color (decimal): -16437911 or 6892805. OLE color: 6892805.
HSL color Cylindrical-coordinate representation of color #052D69: hue angle of 216º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052D69 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 45 | 105 | - |
| CMYK | 0.95 | 0.57 | 0 | 0.59 |
| HSL | 216º | 0.91% | 0.22% | - |
| HSV(B) | 216º | 0.95% | 0.41% | - |
| XYZ | 3.55 | 2.93 | 13.74 | - |
| YUV | 39.88 | 164.75 | 103.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 45 | 105 | 0.95 | 0.57 | 0 | 0.59 | 216 | 0.91 | 0.22 |
| Hex | 5 | 2D | 69 | 5F | 39 | 0 | 3B | D8 | 5B | 16 |
| Octal | 5 | 55 | 151 | 137 | 71 | 0 | 73 | 330 | 133 | 26 |
| Binary | 101 | 101101 | 1101001 | 1011111 | 111001 | 0 | 111011 | 11011000 | 1011011 | 10110 |
Color Harmonies of #052D69
Complementary color
Monochromatic Colors of #052D69
Black with #052D69
Text Example
Text Example
White with #052D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052D69; }
p { color: rgb(5,45,105); }
H1.HeaderClassName
{
color: #052D69;
}
.AnyTagClassName
{
color: #052D69;
}
</style>
background-color css
<style>
a { background-color: #052D69; }
a { background-color: rgb(5,45,105); }
div.DivClassName
{
background-color: #052D69;
}
.BgClassName
{
background-color: #052D69;
}
</style>
border-color css
<style>
span { border-color: #052D69; }
span { border-color: rgb(5,45,105); }
td.TdClassName
{
border-color: #052D69;
}
.TagClassName
{
border-color: #052D69;
}
</style>