Shades of Sapphire #063075
Tints of Sapphire #063075
RGB
CMYK
RGB Variations
Color information
#063075 (or 0x063075) is known color: Sapphire. HEX triplet: 06, 30 and 75. RGB value is (6,48,117). Sum of RGB (Red+Green+Blue) = 6+48+117=171 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.51% from 171); Green value is 48 (19.14% from 255 or 28.07% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #063075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #063075 is #F9CF8A. Grayscale: #2A2A2A. Windows color (decimal): -16371595 or 7680006. OLE color: 7680006.
HSL color Cylindrical-coordinate representation of color #063075: hue angle of 217.3º 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 #063075 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 6 | 48 | 117 | - |
| CMYK | 0.95 | 0.59 | 0 | 0.54 |
| HSL | 217.3º | 0.9% | 0.24% | - |
| HSV(B) | 217.3º | 0.95% | 0.46% | - |
| XYZ | 4.34 | 3.44 | 17.26 | - |
| YUV | 43.31 | 169.59 | 101.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 48 | 117 | 0.95 | 0.59 | 0 | 0.54 | 217.3 | 0.9 | 0.24 |
| Hex | 6 | 30 | 75 | 5F | 3B | 0 | 36 | D9 | 5A | 18 |
| Octal | 6 | 60 | 165 | 137 | 73 | 0 | 66 | 331 | 132 | 30 |
| Binary | 110 | 110000 | 1110101 | 1011111 | 111011 | 0 | 110110 | 11011001 | 1011010 | 11000 |
Color Harmonies of #063075
Complementary color
Monochromatic Colors of #063075
Black with #063075
Text Example
Text Example
White with #063075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #063075; }
p { color: rgb(6,48,117); }
H1.HeaderClassName
{
color: #063075;
}
.AnyTagClassName
{
color: #063075;
}
</style>
background-color css
<style>
a { background-color: #063075; }
a { background-color: rgb(6,48,117); }
div.DivClassName
{
background-color: #063075;
}
.BgClassName
{
background-color: #063075;
}
</style>
border-color css
<style>
span { border-color: #063075; }
span { border-color: rgb(6,48,117); }
td.TdClassName
{
border-color: #063075;
}
.TagClassName
{
border-color: #063075;
}
</style>