Shades of Sapphire #062575
Tints of Sapphire #062575
RGB
CMYK
RGB Variations
Color information
#062575 (or 0x062575) is known color: Sapphire. HEX triplet: 06, 25 and 75. RGB value is (6,37,117). Sum of RGB (Red+Green+Blue) = 6+37+117=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 117 (46.09% from 255 or 73.12% from 160); Max value from RGB is 117 - color contains mainly: blue. Hex color #062575 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062575 is #F9DA8A. Grayscale: #242424. Windows color (decimal): -16374411 or 7677190. OLE color: 7677190.
HSL color Cylindrical-coordinate representation of color #062575: hue angle of 223.24º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062575 is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 37 | 117 | - |
| CMYK | 0.95 | 0.68 | 0 | 0.54 |
| HSL | 223.24º | 0.9% | 0.24% | - |
| HSV(B) | 223.24º | 0.95% | 0.46% | - |
| XYZ | 3.95 | 2.65 | 17.13 | - |
| YUV | 36.85 | 173.23 | 106 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 37 | 117 | 0.95 | 0.68 | 0 | 0.54 | 223.24 | 0.9 | 0.24 |
| Hex | 6 | 25 | 75 | 5F | 44 | 0 | 36 | DF | 5A | 18 |
| Octal | 6 | 45 | 165 | 137 | 104 | 0 | 66 | 337 | 132 | 30 |
| Binary | 110 | 100101 | 1110101 | 1011111 | 1000100 | 0 | 110110 | 11011111 | 1011010 | 11000 |
Color Harmonies of #062575
Complementary color
Monochromatic Colors of #062575
Black with #062575
Text Example
Text Example
White with #062575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062575; }
p { color: rgb(6,37,117); }
H1.HeaderClassName
{
color: #062575;
}
.AnyTagClassName
{
color: #062575;
}
</style>
background-color css
<style>
a { background-color: #062575; }
a { background-color: rgb(6,37,117); }
div.DivClassName
{
background-color: #062575;
}
.BgClassName
{
background-color: #062575;
}
</style>
border-color css
<style>
span { border-color: #062575; }
span { border-color: rgb(6,37,117); }
td.TdClassName
{
border-color: #062575;
}
.TagClassName
{
border-color: #062575;
}
</style>