Shades of Sapphire #062074
Tints of Sapphire #062074
RGB
CMYK
RGB Variations
Color information
#062074 (or 0x062074) is known color: Sapphire. HEX triplet: 06, 20 and 74. RGB value is (6,32,116). Sum of RGB (Red+Green+Blue) = 6+32+116=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 32 (12.89% from 255 or 20.78% from 154); Blue value is 116 (45.70% from 255 or 75.32% from 154); Max value from RGB is 116 - color contains mainly: blue. Hex color #062074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062074 is #F9DF8B. Grayscale: #212121. Windows color (decimal): -16375692 or 7610374. OLE color: 7610374.
HSL color Cylindrical-coordinate representation of color #062074: hue angle of 225.82º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062074 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 6 | 32 | 116 | - |
| CMYK | 0.95 | 0.72 | 0 | 0.55 |
| HSL | 225.82º | 0.9% | 0.24% | - |
| HSV(B) | 225.82º | 0.95% | 0.45% | - |
| XYZ | 3.74 | 2.33 | 16.78 | - |
| YUV | 33.8 | 174.39 | 108.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 116 | 0.95 | 0.72 | 0 | 0.55 | 225.82 | 0.9 | 0.24 |
| Hex | 6 | 20 | 74 | 5F | 48 | 0 | 37 | E2 | 5A | 18 |
| Octal | 6 | 40 | 164 | 137 | 110 | 0 | 67 | 342 | 132 | 30 |
| Binary | 110 | 100000 | 1110100 | 1011111 | 1001000 | 0 | 110111 | 11100010 | 1011010 | 11000 |
Color Harmonies of #062074
Complementary color
Monochromatic Colors of #062074
Black with #062074
Text Example
Text Example
White with #062074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062074; }
p { color: rgb(6,32,116); }
H1.HeaderClassName
{
color: #062074;
}
.AnyTagClassName
{
color: #062074;
}
</style>
background-color css
<style>
a { background-color: #062074; }
a { background-color: rgb(6,32,116); }
div.DivClassName
{
background-color: #062074;
}
.BgClassName
{
background-color: #062074;
}
</style>
border-color css
<style>
span { border-color: #062074; }
span { border-color: rgb(6,32,116); }
td.TdClassName
{
border-color: #062074;
}
.TagClassName
{
border-color: #062074;
}
</style>