Shades of Sapphire #052168
Tints of Sapphire #052168
RGB
CMYK
RGB Variations
Color information
#052168 (or 0x052168) is known color: Sapphire. HEX triplet: 05, 21 and 68. RGB value is (5,33,104). Sum of RGB (Red+Green+Blue) = 5+33+104=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 33 (13.28% from 255 or 23.24% from 142); Blue value is 104 (41.02% from 255 or 73.24% from 142); Max value from RGB is 104 - color contains mainly: blue. Hex color #052168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052168 is #FADE97. Grayscale: #202020. Windows color (decimal): -16440984 or 6824197. OLE color: 6824197.
HSL color Cylindrical-coordinate representation of color #052168: hue angle of 223.03º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #052168 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 33 | 104 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.59 |
| HSL | 223.03º | 0.91% | 0.21% | - |
| HSV(B) | 223.03º | 0.95% | 0.41% | - |
| XYZ | 3.11 | 2.12 | 13.34 | - |
| YUV | 32.72 | 168.22 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 33 | 104 | 0.95 | 0.68 | 0 | 0.59 | 223.03 | 0.91 | 0.21 |
| Hex | 5 | 21 | 68 | 5F | 44 | 0 | 3B | DF | 5B | 15 |
| Octal | 5 | 41 | 150 | 137 | 104 | 0 | 73 | 337 | 133 | 25 |
| Binary | 101 | 100001 | 1101000 | 1011111 | 1000100 | 0 | 111011 | 11011111 | 1011011 | 10101 |
Color Harmonies of #052168
Complementary color
Monochromatic Colors of #052168
Black with #052168
Text Example
Text Example
White with #052168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052168; }
p { color: rgb(5,33,104); }
H1.HeaderClassName
{
color: #052168;
}
.AnyTagClassName
{
color: #052168;
}
</style>
background-color css
<style>
a { background-color: #052168; }
a { background-color: rgb(5,33,104); }
div.DivClassName
{
background-color: #052168;
}
.BgClassName
{
background-color: #052168;
}
</style>
border-color css
<style>
span { border-color: #052168; }
span { border-color: rgb(5,33,104); }
td.TdClassName
{
border-color: #052168;
}
.TagClassName
{
border-color: #052168;
}
</style>