Shades of Sapphire #062E7D
Tints of Sapphire #062E7D
RGB
CMYK
RGB Variations
Color information
#062E7D (or 0x062E7D) is known color: Sapphire. HEX triplet: 06, 2E and 7D. RGB value is (6,46,125). Sum of RGB (Red+Green+Blue) = 6+46+125=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 125 (49.22% from 255 or 70.62% from 177); Max value from RGB is 125 - color contains mainly: blue. Hex color #062E7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062E7D is #F9D182. Grayscale: #2A2A2A. Windows color (decimal): -16372099 or 8203782. OLE color: 8203782.
HSL color Cylindrical-coordinate representation of color #062E7D: hue angle of 219.83º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062E7D is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 6 | 46 | 125 | - |
| CMYK | 0.95 | 0.63 | 0 | 0.51 |
| HSL | 219.83º | 0.91% | 0.26% | - |
| HSV(B) | 219.83º | 0.95% | 0.49% | - |
| XYZ | 4.75 | 3.47 | 19.82 | - |
| YUV | 43.05 | 174.25 | 101.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 46 | 125 | 0.95 | 0.63 | 0 | 0.51 | 219.83 | 0.91 | 0.26 |
| Hex | 6 | 2E | 7D | 5F | 3F | 0 | 33 | DC | 5B | 1A |
| Octal | 6 | 56 | 175 | 137 | 77 | 0 | 63 | 334 | 133 | 32 |
| Binary | 110 | 101110 | 1111101 | 1011111 | 111111 | 0 | 110011 | 11011100 | 1011011 | 11010 |
Color Harmonies of #062E7D
Complementary color
Monochromatic Colors of #062E7D
Black with #062E7D
Text Example
Text Example
White with #062E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062E7D; }
p { color: rgb(6,46,125); }
H1.HeaderClassName
{
color: #062E7D;
}
.AnyTagClassName
{
color: #062E7D;
}
</style>
background-color css
<style>
a { background-color: #062E7D; }
a { background-color: rgb(6,46,125); }
div.DivClassName
{
background-color: #062E7D;
}
.BgClassName
{
background-color: #062E7D;
}
</style>
border-color css
<style>
span { border-color: #062E7D; }
span { border-color: rgb(6,46,125); }
td.TdClassName
{
border-color: #062E7D;
}
.TagClassName
{
border-color: #062E7D;
}
</style>