Shades of Sapphire #031064
Tints of Sapphire #031064
RGB
CMYK
RGB Variations
Color information
#031064 (or 0x031064) is known color: Sapphire. HEX triplet: 03, 10 and 64. RGB value is (3,16,100). Sum of RGB (Red+Green+Blue) = 3+16+100=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 16 (6.64% from 255 or 13.45% from 119); Blue value is 100 (39.45% from 255 or 84.03% from 119); Max value from RGB is 100 - color contains mainly: blue. Hex color #031064 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031064 is #FCEF9B. Grayscale: #151515. Windows color (decimal): -16576412 or 6557699. OLE color: 6557699.
HSL color Cylindrical-coordinate representation of color #031064: hue angle of 231.96º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031064 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 16 | 100 | - |
| CMYK | 0.97 | 0.84 | 0 | 0.61 |
| HSL | 231.96º | 0.94% | 0.2% | - |
| HSV(B) | 231.96º | 0.97% | 0.39% | - |
| XYZ | 2.52 | 1.31 | 12.18 | - |
| YUV | 21.69 | 172.19 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 16 | 100 | 0.97 | 0.84 | 0 | 0.61 | 231.96 | 0.94 | 0.2 |
| Hex | 3 | 10 | 64 | 61 | 54 | 0 | 3D | E8 | 5E | 14 |
| Octal | 3 | 20 | 144 | 141 | 124 | 0 | 75 | 350 | 136 | 24 |
| Binary | 11 | 10000 | 1100100 | 1100001 | 1010100 | 0 | 111101 | 11101000 | 1011110 | 10100 |
Color Harmonies of #031064
Complementary color
Monochromatic Colors of #031064
Black with #031064
Text Example
Text Example
White with #031064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031064; }
p { color: rgb(3,16,100); }
H1.HeaderClassName
{
color: #031064;
}
.AnyTagClassName
{
color: #031064;
}
</style>
background-color css
<style>
a { background-color: #031064; }
a { background-color: rgb(3,16,100); }
div.DivClassName
{
background-color: #031064;
}
.BgClassName
{
background-color: #031064;
}
</style>
border-color css
<style>
span { border-color: #031064; }
span { border-color: rgb(3,16,100); }
td.TdClassName
{
border-color: #031064;
}
.TagClassName
{
border-color: #031064;
}
</style>