Shades of Sapphire #031A53
Tints of Sapphire #031A53
RGB
CMYK
RGB Variations
Color information
#031A53 (or 0x031A53) is known color: Sapphire. HEX triplet: 03, 1A and 53. RGB value is (3,26,83). Sum of RGB (Red+Green+Blue) = 3+26+83=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 26 (10.55% from 255 or 23.21% from 112); Blue value is 83 (32.81% from 255 or 74.11% from 112); Max value from RGB is 83 - color contains mainly: blue. Hex color #031A53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A53 is #FCE5AC. Grayscale: #191919. Windows color (decimal): -16573869 or 5446147. OLE color: 5446147.
HSL color Cylindrical-coordinate representation of color #031A53: hue angle of 222.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 #031A53 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 26 | 83 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.67 |
| HSL | 222.75º | 0.93% | 0.17% | - |
| HSV(B) | 222.75º | 0.96% | 0.33% | - |
| XYZ | 1.97 | 1.38 | 8.35 | - |
| YUV | 25.62 | 160.38 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 83 | 0.96 | 0.69 | 0 | 0.67 | 222.75 | 0.93 | 0.17 |
| Hex | 3 | 1A | 53 | 60 | 45 | 0 | 43 | DF | 5D | 11 |
| Octal | 3 | 32 | 123 | 140 | 105 | 0 | 103 | 337 | 135 | 21 |
| Binary | 11 | 11010 | 1010011 | 1100000 | 1000101 | 0 | 1000011 | 11011111 | 1011101 | 10001 |
Color Harmonies of #031A53
Complementary color
Monochromatic Colors of #031A53
Black with #031A53
Text Example
Text Example
White with #031A53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A53; }
p { color: rgb(3,26,83); }
H1.HeaderClassName
{
color: #031A53;
}
.AnyTagClassName
{
color: #031A53;
}
</style>
background-color css
<style>
a { background-color: #031A53; }
a { background-color: rgb(3,26,83); }
div.DivClassName
{
background-color: #031A53;
}
.BgClassName
{
background-color: #031A53;
}
</style>
border-color css
<style>
span { border-color: #031A53; }
span { border-color: rgb(3,26,83); }
td.TdClassName
{
border-color: #031A53;
}
.TagClassName
{
border-color: #031A53;
}
</style>