Shades of Sapphire #031C53
Tints of Sapphire #031C53
RGB
CMYK
RGB Variations
Color information
#031C53 (or 0x031C53) is known color: Sapphire. HEX triplet: 03, 1C and 53. RGB value is (3,28,83). Sum of RGB (Red+Green+Blue) = 3+28+83=114 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.63% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 83 (32.81% from 255 or 72.81% from 114); Max value from RGB is 83 - color contains mainly: blue. Hex color #031C53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C53 is #FCE3AC. Grayscale: #1A1A1A. Windows color (decimal): -16573357 or 5446659. OLE color: 5446659.
HSL color Cylindrical-coordinate representation of color #031C53: hue angle of 221.25º 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 #031C53 is Cyan = 0.96, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 28 | 83 | - |
| CMYK | 0.96 | 0.66 | 0 | 0.67 |
| HSL | 221.25º | 0.93% | 0.17% | - |
| HSV(B) | 221.25º | 0.96% | 0.33% | - |
| XYZ | 2.01 | 1.47 | 8.36 | - |
| YUV | 26.8 | 159.72 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 83 | 0.96 | 0.66 | 0 | 0.67 | 221.25 | 0.93 | 0.17 |
| Hex | 3 | 1C | 53 | 60 | 42 | 0 | 43 | DD | 5D | 11 |
| Octal | 3 | 34 | 123 | 140 | 102 | 0 | 103 | 335 | 135 | 21 |
| Binary | 11 | 11100 | 1010011 | 1100000 | 1000010 | 0 | 1000011 | 11011101 | 1011101 | 10001 |
Color Harmonies of #031C53
Complementary color
Monochromatic Colors of #031C53
Black with #031C53
Text Example
Text Example
White with #031C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C53; }
p { color: rgb(3,28,83); }
H1.HeaderClassName
{
color: #031C53;
}
.AnyTagClassName
{
color: #031C53;
}
</style>
background-color css
<style>
a { background-color: #031C53; }
a { background-color: rgb(3,28,83); }
div.DivClassName
{
background-color: #031C53;
}
.BgClassName
{
background-color: #031C53;
}
</style>
border-color css
<style>
span { border-color: #031C53; }
span { border-color: rgb(3,28,83); }
td.TdClassName
{
border-color: #031C53;
}
.TagClassName
{
border-color: #031C53;
}
</style>