Shades of Sapphire #031554
Tints of Sapphire #031554
RGB
CMYK
RGB Variations
Color information
#031554 (or 0x031554) is known color: Sapphire. HEX triplet: 03, 15 and 54. RGB value is (3,21,84). Sum of RGB (Red+Green+Blue) = 3+21+84=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 21 (8.59% from 255 or 19.44% from 108); Blue value is 84 (33.20% from 255 or 77.78% from 108); Max value from RGB is 84 - color contains mainly: blue. Hex color #031554 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031554 is #FCEAAB. Grayscale: #161616. Windows color (decimal): -16575148 or 5510403. OLE color: 5510403.
HSL color Cylindrical-coordinate representation of color #031554: hue angle of 226.67º 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 #031554 is Cyan = 0.96, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 21 | 84 | - |
| CMYK | 0.96 | 0.75 | 0 | 0.67 |
| HSL | 226.67º | 0.93% | 0.17% | - |
| HSV(B) | 226.67º | 0.96% | 0.33% | - |
| XYZ | 1.91 | 1.2 | 8.52 | - |
| YUV | 22.8 | 162.54 | 113.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 21 | 84 | 0.96 | 0.75 | 0 | 0.67 | 226.67 | 0.93 | 0.17 |
| Hex | 3 | 15 | 54 | 60 | 4B | 0 | 43 | E3 | 5D | 11 |
| Octal | 3 | 25 | 124 | 140 | 113 | 0 | 103 | 343 | 135 | 21 |
| Binary | 11 | 10101 | 1010100 | 1100000 | 1001011 | 0 | 1000011 | 11100011 | 1011101 | 10001 |
Color Harmonies of #031554
Complementary color
Monochromatic Colors of #031554
Black with #031554
Text Example
Text Example
White with #031554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031554; }
p { color: rgb(3,21,84); }
H1.HeaderClassName
{
color: #031554;
}
.AnyTagClassName
{
color: #031554;
}
</style>
background-color css
<style>
a { background-color: #031554; }
a { background-color: rgb(3,21,84); }
div.DivClassName
{
background-color: #031554;
}
.BgClassName
{
background-color: #031554;
}
</style>
border-color css
<style>
span { border-color: #031554; }
span { border-color: rgb(3,21,84); }
td.TdClassName
{
border-color: #031554;
}
.TagClassName
{
border-color: #031554;
}
</style>