Shades of Sapphire #002052
Tints of Sapphire #002052
RGB
CMYK
RGB Variations
Color information
#002052 (or 0x002052) is known color: Sapphire. HEX triplet: 00, 20 and 52. RGB value is (0,32,82). Sum of RGB (Red+Green+Blue) = 0+32+82=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 32 (12.89% from 255 or 28.07% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #002052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #002052 is #FFDFAD. Grayscale: #1B1B1B. Windows color (decimal): -16768942 or 5382144. OLE color: 5382144.
HSL color Cylindrical-coordinate representation of color #002052: hue angle of 216.59º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002052 is Cyan = 1, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 32 | 82 | - |
| CMYK | 1 | 0.61 | 0 | 0.68 |
| HSL | 216.59º | 1% | 0.16% | - |
| HSV(B) | 216.59º | 1% | 0.32% | - |
| XYZ | 2.04 | 1.64 | 8.19 | - |
| YUV | 28.13 | 158.4 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 32 | 82 | 1 | 0.61 | 0 | 0.68 | 216.59 | 1 | 0.16 |
| Hex | 0 | 20 | 52 | 64 | 3D | 0 | 44 | D9 | 64 | 10 |
| Octal | 0 | 40 | 122 | 144 | 75 | 0 | 104 | 331 | 144 | 20 |
| Binary | 0 | 100000 | 1010010 | 1100100 | 111101 | 0 | 1000100 | 11011001 | 1100100 | 10000 |
Color Harmonies of #002052
Complementary color
Monochromatic Colors of #002052
Black with #002052
Text Example
Text Example
White with #002052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002052; }
p { color: rgb(0,32,82); }
H1.HeaderClassName
{
color: #002052;
}
.AnyTagClassName
{
color: #002052;
}
</style>
background-color css
<style>
a { background-color: #002052; }
a { background-color: rgb(0,32,82); }
div.DivClassName
{
background-color: #002052;
}
.BgClassName
{
background-color: #002052;
}
</style>
border-color css
<style>
span { border-color: #002052; }
span { border-color: rgb(0,32,82); }
td.TdClassName
{
border-color: #002052;
}
.TagClassName
{
border-color: #002052;
}
</style>