Shades of Sapphire #052068
Tints of Sapphire #052068
RGB
CMYK
RGB Variations
Color information
#052068 (or 0x052068) is known color: Sapphire. HEX triplet: 05, 20 and 68. RGB value is (5,32,104). Sum of RGB (Red+Green+Blue) = 5+32+104=141 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.55% from 141); Green value is 32 (12.89% from 255 or 22.70% from 141); Blue value is 104 (41.02% from 255 or 73.76% from 141); Max value from RGB is 104 - color contains mainly: blue. Hex color #052068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052068 is #FADF97. Grayscale: #1F1F1F. Windows color (decimal): -16441240 or 6823941. OLE color: 6823941.
HSL color Cylindrical-coordinate representation of color #052068: hue angle of 223.64º 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 #052068 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 5 | 32 | 104 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.59 |
| HSL | 223.64º | 0.91% | 0.21% | - |
| HSV(B) | 223.64º | 0.95% | 0.41% | - |
| XYZ | 3.08 | 2.06 | 13.33 | - |
| YUV | 32.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 32 | 104 | 0.95 | 0.69 | 0 | 0.59 | 223.64 | 0.91 | 0.21 |
| Hex | 5 | 20 | 68 | 5F | 45 | 0 | 3B | E0 | 5B | 15 |
| Octal | 5 | 40 | 150 | 137 | 105 | 0 | 73 | 340 | 133 | 25 |
| Binary | 101 | 100000 | 1101000 | 1011111 | 1000101 | 0 | 111011 | 11100000 | 1011011 | 10101 |
Color Harmonies of #052068
Complementary color
Monochromatic Colors of #052068
Black with #052068
Text Example
Text Example
White with #052068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052068; }
p { color: rgb(5,32,104); }
H1.HeaderClassName
{
color: #052068;
}
.AnyTagClassName
{
color: #052068;
}
</style>
background-color css
<style>
a { background-color: #052068; }
a { background-color: rgb(5,32,104); }
div.DivClassName
{
background-color: #052068;
}
.BgClassName
{
background-color: #052068;
}
</style>
border-color css
<style>
span { border-color: #052068; }
span { border-color: rgb(5,32,104); }
td.TdClassName
{
border-color: #052068;
}
.TagClassName
{
border-color: #052068;
}
</style>