Shades of Sapphire #031153
Tints of Sapphire #031153
RGB
CMYK
RGB Variations
Color information
#031153 (or 0x031153) is known color: Sapphire. HEX triplet: 03, 11 and 53. RGB value is (3,17,83). Sum of RGB (Red+Green+Blue) = 3+17+83=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 83 (32.81% from 255 or 80.58% from 103); Max value from RGB is 83 - color contains mainly: blue. Hex color #031153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031153 is #FCEEAC. Grayscale: #141414. Windows color (decimal): -16576173 or 5443843. OLE color: 5443843.
HSL color Cylindrical-coordinate representation of color #031153: hue angle of 229.5º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031153 is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 17 | 83 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.67 |
| HSL | 229.5º | 0.93% | 0.17% | - |
| HSV(B) | 229.5º | 0.96% | 0.33% | - |
| XYZ | 1.8 | 1.04 | 8.29 | - |
| YUV | 20.34 | 163.36 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 83 | 0.96 | 0.80 | 0 | 0.67 | 229.5 | 0.93 | 0.17 |
| Hex | 3 | 11 | 53 | 60 | 50 | 0 | 43 | E6 | 5D | 11 |
| Octal | 3 | 21 | 123 | 140 | 120 | 0 | 103 | 346 | 135 | 21 |
| Binary | 11 | 10001 | 1010011 | 1100000 | 1010000 | 0 | 1000011 | 11100110 | 1011101 | 10001 |
Color Harmonies of #031153
Complementary color
Monochromatic Colors of #031153
Black with #031153
Text Example
Text Example
White with #031153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031153; }
p { color: rgb(3,17,83); }
H1.HeaderClassName
{
color: #031153;
}
.AnyTagClassName
{
color: #031153;
}
</style>
background-color css
<style>
a { background-color: #031153; }
a { background-color: rgb(3,17,83); }
div.DivClassName
{
background-color: #031153;
}
.BgClassName
{
background-color: #031153;
}
</style>
border-color css
<style>
span { border-color: #031153; }
span { border-color: rgb(3,17,83); }
td.TdClassName
{
border-color: #031153;
}
.TagClassName
{
border-color: #031153;
}
</style>