Shades of Sapphire #052278
Tints of Sapphire #052278
RGB
CMYK
RGB Variations
Color information
#052278 (or 0x052278) is known color: Sapphire. HEX triplet: 05, 22 and 78. RGB value is (5,34,120). Sum of RGB (Red+Green+Blue) = 5+34+120=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 34 (13.67% from 255 or 21.38% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #052278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052278 is #FADD87. Grayscale: #222222. Windows color (decimal): -16440712 or 7873029. OLE color: 7873029.
HSL color Cylindrical-coordinate representation of color #052278: hue angle of 224.87º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052278 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 5 | 34 | 120 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.53 |
| HSL | 224.87º | 0.92% | 0.25% | - |
| HSV(B) | 224.87º | 0.96% | 0.47% | - |
| XYZ | 4.02 | 2.53 | 18.05 | - |
| YUV | 35.13 | 175.89 | 106.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 34 | 120 | 0.96 | 0.72 | 0 | 0.53 | 224.87 | 0.92 | 0.25 |
| Hex | 5 | 22 | 78 | 60 | 48 | 0 | 35 | E1 | 5C | 19 |
| Octal | 5 | 42 | 170 | 140 | 110 | 0 | 65 | 341 | 134 | 31 |
| Binary | 101 | 100010 | 1111000 | 1100000 | 1001000 | 0 | 110101 | 11100001 | 1011100 | 11001 |
Color Harmonies of #052278
Complementary color
Monochromatic Colors of #052278
Black with #052278
Text Example
Text Example
White with #052278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052278; }
p { color: rgb(5,34,120); }
H1.HeaderClassName
{
color: #052278;
}
.AnyTagClassName
{
color: #052278;
}
</style>
background-color css
<style>
a { background-color: #052278; }
a { background-color: rgb(5,34,120); }
div.DivClassName
{
background-color: #052278;
}
.BgClassName
{
background-color: #052278;
}
</style>
border-color css
<style>
span { border-color: #052278; }
span { border-color: rgb(5,34,120); }
td.TdClassName
{
border-color: #052278;
}
.TagClassName
{
border-color: #052278;
}
</style>