Shades of Sapphire #031448
Tints of Sapphire #031448
RGB
CMYK
RGB Variations
Color information
#031448 (or 0x031448) is known color: Sapphire. HEX triplet: 03, 14 and 48. RGB value is (3,20,72). Sum of RGB (Red+Green+Blue) = 3+20+72=95 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.16% from 95); Green value is 20 (8.20% from 255 or 21.05% from 95); Blue value is 72 (28.52% from 255 or 75.79% from 95); Max value from RGB is 72 - color contains mainly: blue. Hex color #031448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #031448 is #FCEBB7. Grayscale: #141414. Windows color (decimal): -16575416 or 4723715. OLE color: 4723715.
HSL color Cylindrical-coordinate representation of color #031448: hue angle of 225.22º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031448 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 20 | 72 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.72 |
| HSL | 225.22º | 0.92% | 0.15% | - |
| HSV(B) | 225.22º | 0.96% | 0.28% | - |
| XYZ | 1.46 | 0.99 | 6.24 | - |
| YUV | 20.85 | 156.87 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 72 | 0.96 | 0.72 | 0 | 0.72 | 225.22 | 0.92 | 0.15 |
| Hex | 3 | 14 | 48 | 60 | 48 | 0 | 48 | E1 | 5C | F |
| Octal | 3 | 24 | 110 | 140 | 110 | 0 | 110 | 341 | 134 | 17 |
| Binary | 11 | 10100 | 1001000 | 1100000 | 1001000 | 0 | 1001000 | 11100001 | 1011100 | 1111 |
Color Harmonies of #031448
Complementary color
Monochromatic Colors of #031448
Black with #031448
Text Example
Text Example
White with #031448
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031448; }
p { color: rgb(3,20,72); }
H1.HeaderClassName
{
color: #031448;
}
.AnyTagClassName
{
color: #031448;
}
</style>
background-color css
<style>
a { background-color: #031448; }
a { background-color: rgb(3,20,72); }
div.DivClassName
{
background-color: #031448;
}
.BgClassName
{
background-color: #031448;
}
</style>
border-color css
<style>
span { border-color: #031448; }
span { border-color: rgb(3,20,72); }
td.TdClassName
{
border-color: #031448;
}
.TagClassName
{
border-color: #031448;
}
</style>