Shades of Sapphire #062078
Tints of Sapphire #062078
RGB
CMYK
RGB Variations
Color information
#062078 (or 0x062078) is known color: Sapphire. HEX triplet: 06, 20 and 78. RGB value is (6,32,120). Sum of RGB (Red+Green+Blue) = 6+32+120=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 32 (12.89% from 255 or 20.25% from 158); Blue value is 120 (47.27% from 255 or 75.95% from 158); Max value from RGB is 120 - color contains mainly: blue. Hex color #062078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062078 is #F9DF87. Grayscale: #212121. Windows color (decimal): -16375688 or 7872518. OLE color: 7872518.
HSL color Cylindrical-coordinate representation of color #062078: hue angle of 226.32º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062078 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 32 | 120 | - |
| CMYK | 0.95 | 0.73 | 0 | 0.53 |
| HSL | 226.32º | 0.9% | 0.25% | - |
| HSV(B) | 226.32º | 0.95% | 0.47% | - |
| XYZ | 3.98 | 2.43 | 18.03 | - |
| YUV | 34.26 | 176.39 | 107.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 120 | 0.95 | 0.73 | 0 | 0.53 | 226.32 | 0.9 | 0.25 |
| Hex | 6 | 20 | 78 | 5F | 49 | 0 | 35 | E2 | 5A | 19 |
| Octal | 6 | 40 | 170 | 137 | 111 | 0 | 65 | 342 | 132 | 31 |
| Binary | 110 | 100000 | 1111000 | 1011111 | 1001001 | 0 | 110101 | 11100010 | 1011010 | 11001 |
Color Harmonies of #062078
Complementary color
Monochromatic Colors of #062078
Black with #062078
Text Example
Text Example
White with #062078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062078; }
p { color: rgb(6,32,120); }
H1.HeaderClassName
{
color: #062078;
}
.AnyTagClassName
{
color: #062078;
}
</style>
background-color css
<style>
a { background-color: #062078; }
a { background-color: rgb(6,32,120); }
div.DivClassName
{
background-color: #062078;
}
.BgClassName
{
background-color: #062078;
}
</style>
border-color css
<style>
span { border-color: #062078; }
span { border-color: rgb(6,32,120); }
td.TdClassName
{
border-color: #062078;
}
.TagClassName
{
border-color: #062078;
}
</style>