Shades of Sapphire #031954
Tints of Sapphire #031954
RGB
CMYK
RGB Variations
Color information
#031954 (or 0x031954) is known color: Sapphire. HEX triplet: 03, 19 and 54. RGB value is (3,25,84). Sum of RGB (Red+Green+Blue) = 3+25+84=112 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.68% from 112); Green value is 25 (10.16% from 255 or 22.32% from 112); Blue value is 84 (33.20% from 255 or 75% from 112); Max value from RGB is 84 - color contains mainly: blue. Hex color #031954 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031954 is #FCE6AB. Grayscale: #181818. Windows color (decimal): -16574124 or 5511427. OLE color: 5511427.
HSL color Cylindrical-coordinate representation of color #031954: hue angle of 223.7º 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 #031954 is Cyan = 0.96, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 25 | 84 | - |
| CMYK | 0.96 | 0.70 | 0 | 0.67 |
| HSL | 223.7º | 0.93% | 0.17% | - |
| HSV(B) | 223.7º | 0.96% | 0.33% | - |
| XYZ | 1.99 | 1.35 | 8.54 | - |
| YUV | 25.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 25 | 84 | 0.96 | 0.70 | 0 | 0.67 | 223.7 | 0.93 | 0.17 |
| Hex | 3 | 19 | 54 | 60 | 46 | 0 | 43 | E0 | 5D | 11 |
| Octal | 3 | 31 | 124 | 140 | 106 | 0 | 103 | 340 | 135 | 21 |
| Binary | 11 | 11001 | 1010100 | 1100000 | 1000110 | 0 | 1000011 | 11100000 | 1011101 | 10001 |
Color Harmonies of #031954
Complementary color
Monochromatic Colors of #031954
Black with #031954
Text Example
Text Example
White with #031954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031954; }
p { color: rgb(3,25,84); }
H1.HeaderClassName
{
color: #031954;
}
.AnyTagClassName
{
color: #031954;
}
</style>
background-color css
<style>
a { background-color: #031954; }
a { background-color: rgb(3,25,84); }
div.DivClassName
{
background-color: #031954;
}
.BgClassName
{
background-color: #031954;
}
</style>
border-color css
<style>
span { border-color: #031954; }
span { border-color: rgb(3,25,84); }
td.TdClassName
{
border-color: #031954;
}
.TagClassName
{
border-color: #031954;
}
</style>