Shades of Sapphire #031653
Tints of Sapphire #031653
RGB
CMYK
RGB Variations
Color information
#031653 (or 0x031653) is known color: Sapphire. HEX triplet: 03, 16 and 53. RGB value is (3,22,83). Sum of RGB (Red+Green+Blue) = 3+22+83=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 22 (8.98% from 255 or 20.37% from 108); Blue value is 83 (32.81% from 255 or 76.85% from 108); Max value from RGB is 83 - color contains mainly: blue. Hex color #031653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031653 is #FCE9AC. Grayscale: #171717. Windows color (decimal): -16574893 or 5445123. OLE color: 5445123.
HSL color Cylindrical-coordinate representation of color #031653: hue angle of 225.75º 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 #031653 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 22 | 83 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.67 |
| HSL | 225.75º | 0.93% | 0.17% | - |
| HSV(B) | 225.75º | 0.96% | 0.33% | - |
| XYZ | 1.89 | 1.22 | 8.32 | - |
| YUV | 23.27 | 161.71 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 22 | 83 | 0.96 | 0.73 | 0 | 0.67 | 225.75 | 0.93 | 0.17 |
| Hex | 3 | 16 | 53 | 60 | 49 | 0 | 43 | E2 | 5D | 11 |
| Octal | 3 | 26 | 123 | 140 | 111 | 0 | 103 | 342 | 135 | 21 |
| Binary | 11 | 10110 | 1010011 | 1100000 | 1001001 | 0 | 1000011 | 11100010 | 1011101 | 10001 |
Color Harmonies of #031653
Complementary color
Monochromatic Colors of #031653
Black with #031653
Text Example
Text Example
White with #031653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031653; }
p { color: rgb(3,22,83); }
H1.HeaderClassName
{
color: #031653;
}
.AnyTagClassName
{
color: #031653;
}
</style>
background-color css
<style>
a { background-color: #031653; }
a { background-color: rgb(3,22,83); }
div.DivClassName
{
background-color: #031653;
}
.BgClassName
{
background-color: #031653;
}
</style>
border-color css
<style>
span { border-color: #031653; }
span { border-color: rgb(3,22,83); }
td.TdClassName
{
border-color: #031653;
}
.TagClassName
{
border-color: #031653;
}
</style>