Shades of Sapphire #062875
Tints of Sapphire #062875
RGB
CMYK
RGB Variations
Color information
#062875 (or 0x062875) is known color: Sapphire. HEX triplet: 06, 28 and 75. RGB value is (6,40,117). Sum of RGB (Red+Green+Blue) = 6+40+117=163 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.68% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 117 (46.09% from 255 or 71.78% from 163); Max value from RGB is 117 - color contains mainly: blue. Hex color #062875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062875 is #F9D78A. Grayscale: #262626. Windows color (decimal): -16373643 or 7677958. OLE color: 7677958.
HSL color Cylindrical-coordinate representation of color #062875: hue angle of 221.62º 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 #062875 is Cyan = 0.95, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 40 | 117 | - |
| CMYK | 0.95 | 0.66 | 0 | 0.54 |
| HSL | 221.62º | 0.9% | 0.24% | - |
| HSV(B) | 221.62º | 0.95% | 0.46% | - |
| XYZ | 4.04 | 2.84 | 17.16 | - |
| YUV | 38.61 | 172.24 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 40 | 117 | 0.95 | 0.66 | 0 | 0.54 | 221.62 | 0.9 | 0.24 |
| Hex | 6 | 28 | 75 | 5F | 42 | 0 | 36 | DE | 5A | 18 |
| Octal | 6 | 50 | 165 | 137 | 102 | 0 | 66 | 336 | 132 | 30 |
| Binary | 110 | 101000 | 1110101 | 1011111 | 1000010 | 0 | 110110 | 11011110 | 1011010 | 11000 |
Color Harmonies of #062875
Complementary color
Monochromatic Colors of #062875
Black with #062875
Text Example
Text Example
White with #062875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #062875; }
p { color: rgb(6,40,117); }
H1.HeaderClassName
{
color: #062875;
}
.AnyTagClassName
{
color: #062875;
}
</style>
background-color css
<style>
a { background-color: #062875; }
a { background-color: rgb(6,40,117); }
div.DivClassName
{
background-color: #062875;
}
.BgClassName
{
background-color: #062875;
}
</style>
border-color css
<style>
span { border-color: #062875; }
span { border-color: rgb(6,40,117); }
td.TdClassName
{
border-color: #062875;
}
.TagClassName
{
border-color: #062875;
}
</style>