Shades of Sapphire #052A70
Tints of Sapphire #052A70
RGB
CMYK
RGB Variations
Color information
#052A70 (or 0x052A70) is known color: Sapphire. HEX triplet: 05, 2A and 70. RGB value is (5,42,112). Sum of RGB (Red+Green+Blue) = 5+42+112=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 42 (16.80% from 255 or 26.42% from 159); Blue value is 112 (44.14% from 255 or 70.44% from 159); Max value from RGB is 112 - color contains mainly: blue. Hex color #052A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052A70 is #FAD58F. Grayscale: #262626. Windows color (decimal): -16438672 or 7350789. OLE color: 7350789.
HSL color Cylindrical-coordinate representation of color #052A70: hue angle of 219.25º 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 #052A70 is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 5 | 42 | 112 | - |
| CMYK | 0.96 | 0.62 | 0 | 0.56 |
| HSL | 219.25º | 0.91% | 0.23% | - |
| HSV(B) | 219.25º | 0.96% | 0.44% | - |
| XYZ | 3.82 | 2.86 | 15.68 | - |
| YUV | 38.92 | 169.24 | 103.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 112 | 0.96 | 0.62 | 0 | 0.56 | 219.25 | 0.91 | 0.23 |
| Hex | 5 | 2A | 70 | 60 | 3E | 0 | 38 | DB | 5B | 17 |
| Octal | 5 | 52 | 160 | 140 | 76 | 0 | 70 | 333 | 133 | 27 |
| Binary | 101 | 101010 | 1110000 | 1100000 | 111110 | 0 | 111000 | 11011011 | 1011011 | 10111 |
Color Harmonies of #052A70
Complementary color
Monochromatic Colors of #052A70
Black with #052A70
Text Example
Text Example
White with #052A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052A70; }
p { color: rgb(5,42,112); }
H1.HeaderClassName
{
color: #052A70;
}
.AnyTagClassName
{
color: #052A70;
}
</style>
background-color css
<style>
a { background-color: #052A70; }
a { background-color: rgb(5,42,112); }
div.DivClassName
{
background-color: #052A70;
}
.BgClassName
{
background-color: #052A70;
}
</style>
border-color css
<style>
span { border-color: #052A70; }
span { border-color: rgb(5,42,112); }
td.TdClassName
{
border-color: #052A70;
}
.TagClassName
{
border-color: #052A70;
}
</style>