Shades of Sapphire #052350
Tints of Sapphire #052350
RGB
CMYK
RGB Variations
Color information
#052350 (or 0x052350) is known color: Sapphire. HEX triplet: 05, 23 and 50. RGB value is (5,35,80). Sum of RGB (Red+Green+Blue) = 5+35+80=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 35 (14.06% from 255 or 29.17% from 120); Blue value is 80 (31.64% from 255 or 66.67% from 120); Max value from RGB is 80 - color contains mainly: blue. Hex color #052350 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052350 is #FADCAF. Grayscale: #1E1E1E. Windows color (decimal): -16440496 or 5251845. OLE color: 5251845.
HSL color Cylindrical-coordinate representation of color #052350: hue angle of 216º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #052350 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 35 | 80 | - |
| CMYK | 0.94 | 0.56 | 0 | 0.69 |
| HSL | 216º | 0.88% | 0.17% | - |
| HSV(B) | 216º | 0.94% | 0.31% | - |
| XYZ | 2.11 | 1.81 | 7.83 | - |
| YUV | 31.16 | 155.56 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 35 | 80 | 0.94 | 0.56 | 0 | 0.69 | 216 | 0.88 | 0.17 |
| Hex | 5 | 23 | 50 | 5E | 38 | 0 | 45 | D8 | 58 | 11 |
| Octal | 5 | 43 | 120 | 136 | 70 | 0 | 105 | 330 | 130 | 21 |
| Binary | 101 | 100011 | 1010000 | 1011110 | 111000 | 0 | 1000101 | 11011000 | 1011000 | 10001 |
Color Harmonies of #052350
Complementary color
Monochromatic Colors of #052350
Black with #052350
Text Example
Text Example
White with #052350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052350; }
p { color: rgb(5,35,80); }
H1.HeaderClassName
{
color: #052350;
}
.AnyTagClassName
{
color: #052350;
}
</style>
background-color css
<style>
a { background-color: #052350; }
a { background-color: rgb(5,35,80); }
div.DivClassName
{
background-color: #052350;
}
.BgClassName
{
background-color: #052350;
}
</style>
border-color css
<style>
span { border-color: #052350; }
span { border-color: rgb(5,35,80); }
td.TdClassName
{
border-color: #052350;
}
.TagClassName
{
border-color: #052350;
}
</style>