Shades of Sapphire #031C48
Tints of Sapphire #031C48
RGB
CMYK
RGB Variations
Color information
#031C48 (or 0x031C48) is known color: Sapphire. HEX triplet: 03, 1C and 48. RGB value is (3,28,72). Sum of RGB (Red+Green+Blue) = 3+28+72=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 72 (28.52% from 255 or 69.90% from 103); Max value from RGB is 72 - color contains mainly: blue. Hex color #031C48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031C48 is #FCE3B7. Grayscale: #191919. Windows color (decimal): -16573368 or 4725763. OLE color: 4725763.
HSL color Cylindrical-coordinate representation of color #031C48: hue angle of 218.26º 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 #031C48 is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 28 | 72 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.72 |
| HSL | 218.26º | 0.92% | 0.15% | - |
| HSV(B) | 218.26º | 0.96% | 0.28% | - |
| XYZ | 1.62 | 1.32 | 6.3 | - |
| YUV | 25.54 | 154.22 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 72 | 0.96 | 0.61 | 0 | 0.72 | 218.26 | 0.92 | 0.15 |
| Hex | 3 | 1C | 48 | 60 | 3D | 0 | 48 | DA | 5C | F |
| Octal | 3 | 34 | 110 | 140 | 75 | 0 | 110 | 332 | 134 | 17 |
| Binary | 11 | 11100 | 1001000 | 1100000 | 111101 | 0 | 1001000 | 11011010 | 1011100 | 1111 |
Color Harmonies of #031C48
Complementary color
Monochromatic Colors of #031C48
Black with #031C48
Text Example
Text Example
White with #031C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C48; }
p { color: rgb(3,28,72); }
H1.HeaderClassName
{
color: #031C48;
}
.AnyTagClassName
{
color: #031C48;
}
</style>
background-color css
<style>
a { background-color: #031C48; }
a { background-color: rgb(3,28,72); }
div.DivClassName
{
background-color: #031C48;
}
.BgClassName
{
background-color: #031C48;
}
</style>
border-color css
<style>
span { border-color: #031C48; }
span { border-color: rgb(3,28,72); }
td.TdClassName
{
border-color: #031C48;
}
.TagClassName
{
border-color: #031C48;
}
</style>