Shades of Sapphire #031152
Tints of Sapphire #031152
RGB
CMYK
RGB Variations
Color information
#031152 (or 0x031152) is known color: Sapphire. HEX triplet: 03, 11 and 52. RGB value is (3,17,82). Sum of RGB (Red+Green+Blue) = 3+17+82=102 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.94% from 102); Green value is 17 (7.03% from 255 or 16.67% from 102); Blue value is 82 (32.42% from 255 or 80.39% from 102); Max value from RGB is 82 - color contains mainly: blue. Hex color #031152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031152 is #FCEEAD. Grayscale: #131313. Windows color (decimal): -16576174 or 5378307. OLE color: 5378307.
HSL color Cylindrical-coordinate representation of color #031152: hue angle of 229.37º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031152 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 17 | 82 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.68 |
| HSL | 229.37º | 0.93% | 0.17% | - |
| HSV(B) | 229.37º | 0.96% | 0.32% | - |
| XYZ | 1.76 | 1.03 | 8.09 | - |
| YUV | 20.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 17 | 82 | 0.96 | 0.79 | 0 | 0.68 | 229.37 | 0.93 | 0.17 |
| Hex | 3 | 11 | 52 | 60 | 4F | 0 | 44 | E5 | 5D | 11 |
| Octal | 3 | 21 | 122 | 140 | 117 | 0 | 104 | 345 | 135 | 21 |
| Binary | 11 | 10001 | 1010010 | 1100000 | 1001111 | 0 | 1000100 | 11100101 | 1011101 | 10001 |
Color Harmonies of #031152
Complementary color
Monochromatic Colors of #031152
Black with #031152
Text Example
Text Example
White with #031152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031152; }
p { color: rgb(3,17,82); }
H1.HeaderClassName
{
color: #031152;
}
.AnyTagClassName
{
color: #031152;
}
</style>
background-color css
<style>
a { background-color: #031152; }
a { background-color: rgb(3,17,82); }
div.DivClassName
{
background-color: #031152;
}
.BgClassName
{
background-color: #031152;
}
</style>
border-color css
<style>
span { border-color: #031152; }
span { border-color: rgb(3,17,82); }
td.TdClassName
{
border-color: #031152;
}
.TagClassName
{
border-color: #031152;
}
</style>