Shades of Sapphire #062880
Tints of Sapphire #062880
RGB
CMYK
RGB Variations
Color information
#062880 (or 0x062880) is known color: Sapphire. HEX triplet: 06, 28 and 80. RGB value is (6,40,128). Sum of RGB (Red+Green+Blue) = 6+40+128=174 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.45% from 174); Green value is 40 (16.02% from 255 or 22.99% from 174); Blue value is 128 (50.39% from 255 or 73.56% from 174); Max value from RGB is 128 - color contains mainly: blue. Hex color #062880 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #062880 is #F9D77F. Grayscale: #272727. Windows color (decimal): -16373632 or 8398854. OLE color: 8398854.
HSL color Cylindrical-coordinate representation of color #062880: hue angle of 223.28º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062880 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 6 | 40 | 128 | - |
| CMYK | 0.95 | 0.69 | 0 | 0.50 |
| HSL | 223.28º | 0.91% | 0.26% | - |
| HSV(B) | 223.28º | 0.95% | 0.5% | - |
| XYZ | 4.73 | 3.11 | 20.77 | - |
| YUV | 39.87 | 177.74 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 128 | 0.95 | 0.69 | 0 | 0.50 | 223.28 | 0.91 | 0.26 |
| Hex | 6 | 28 | 80 | 5F | 45 | 0 | 32 | DF | 5B | 1A |
| Octal | 6 | 50 | 200 | 137 | 105 | 0 | 62 | 337 | 133 | 32 |
| Binary | 110 | 101000 | 10000000 | 1011111 | 1000101 | 0 | 110010 | 11011111 | 1011011 | 11010 |
Color Harmonies of #062880
Complementary color
Monochromatic Colors of #062880
Black with #062880
Text Example
Text Example
White with #062880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062880; }
p { color: rgb(6,40,128); }
H1.HeaderClassName
{
color: #062880;
}
.AnyTagClassName
{
color: #062880;
}
</style>
background-color css
<style>
a { background-color: #062880; }
a { background-color: rgb(6,40,128); }
div.DivClassName
{
background-color: #062880;
}
.BgClassName
{
background-color: #062880;
}
</style>
border-color css
<style>
span { border-color: #062880; }
span { border-color: rgb(6,40,128); }
td.TdClassName
{
border-color: #062880;
}
.TagClassName
{
border-color: #062880;
}
</style>