Shades of Sapphire #052680
Tints of Sapphire #052680
RGB
CMYK
RGB Variations
Color information
#052680 (or 0x052680) is known color: Sapphire. HEX triplet: 05, 26 and 80. RGB value is (5,38,128). Sum of RGB (Red+Green+Blue) = 5+38+128=171 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.92% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 128 (50.39% from 255 or 74.85% from 171); Max value from RGB is 128 - color contains mainly: blue. Hex color #052680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #052680 is #FAD97F. Grayscale: #262626. Windows color (decimal): -16439680 or 8398341. OLE color: 8398341.
HSL color Cylindrical-coordinate representation of color #052680: hue angle of 223.9º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #052680 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 5 | 38 | 128 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.50 |
| HSL | 223.9º | 0.92% | 0.26% | - |
| HSV(B) | 223.9º | 0.96% | 0.5% | - |
| XYZ | 4.65 | 2.98 | 20.75 | - |
| YUV | 38.39 | 178.57 | 104.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 128 | 0.96 | 0.70 | 0 | 0.50 | 223.9 | 0.92 | 0.26 |
| Hex | 5 | 26 | 80 | 60 | 46 | 0 | 32 | E0 | 5C | 1A |
| Octal | 5 | 46 | 200 | 140 | 106 | 0 | 62 | 340 | 134 | 32 |
| Binary | 101 | 100110 | 10000000 | 1100000 | 1000110 | 0 | 110010 | 11100000 | 1011100 | 11010 |
Color Harmonies of #052680
Complementary color
Monochromatic Colors of #052680
Black with #052680
Text Example
Text Example
White with #052680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052680; }
p { color: rgb(5,38,128); }
H1.HeaderClassName
{
color: #052680;
}
.AnyTagClassName
{
color: #052680;
}
</style>
background-color css
<style>
a { background-color: #052680; }
a { background-color: rgb(5,38,128); }
div.DivClassName
{
background-color: #052680;
}
.BgClassName
{
background-color: #052680;
}
</style>
border-color css
<style>
span { border-color: #052680; }
span { border-color: rgb(5,38,128); }
td.TdClassName
{
border-color: #052680;
}
.TagClassName
{
border-color: #052680;
}
</style>