Shades of Sapphire #062F77
Tints of Sapphire #062F77
RGB
CMYK
RGB Variations
Color information
#062F77 (or 0x062F77) is known color: Sapphire. HEX triplet: 06, 2F and 77. RGB value is (6,47,119). Sum of RGB (Red+Green+Blue) = 6+47+119=172 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.49% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #062F77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062F77 is #F9D088. Grayscale: #2A2A2A. Windows color (decimal): -16371849 or 7810822. OLE color: 7810822.
HSL color Cylindrical-coordinate representation of color #062F77: hue angle of 218.23º 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 #062F77 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 6 | 47 | 119 | - |
| CMYK | 0.95 | 0.61 | 0 | 0.53 |
| HSL | 218.23º | 0.9% | 0.25% | - |
| HSV(B) | 218.23º | 0.95% | 0.47% | - |
| XYZ | 4.42 | 3.4 | 17.88 | - |
| YUV | 42.95 | 170.92 | 101.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 47 | 119 | 0.95 | 0.61 | 0 | 0.53 | 218.23 | 0.9 | 0.25 |
| Hex | 6 | 2F | 77 | 5F | 3D | 0 | 35 | DA | 5A | 19 |
| Octal | 6 | 57 | 167 | 137 | 75 | 0 | 65 | 332 | 132 | 31 |
| Binary | 110 | 101111 | 1110111 | 1011111 | 111101 | 0 | 110101 | 11011010 | 1011010 | 11001 |
Color Harmonies of #062F77
Complementary color
Monochromatic Colors of #062F77
Black with #062F77
Text Example
Text Example
White with #062F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062F77; }
p { color: rgb(6,47,119); }
H1.HeaderClassName
{
color: #062F77;
}
.AnyTagClassName
{
color: #062F77;
}
</style>
background-color css
<style>
a { background-color: #062F77; }
a { background-color: rgb(6,47,119); }
div.DivClassName
{
background-color: #062F77;
}
.BgClassName
{
background-color: #062F77;
}
</style>
border-color css
<style>
span { border-color: #062F77; }
span { border-color: rgb(6,47,119); }
td.TdClassName
{
border-color: #062F77;
}
.TagClassName
{
border-color: #062F77;
}
</style>