Shades of Sapphire #031C50
Tints of Sapphire #031C50
RGB
CMYK
RGB Variations
Color information
#031C50 (or 0x031C50) is known color: Sapphire. HEX triplet: 03, 1C and 50. RGB value is (3,28,80). Sum of RGB (Red+Green+Blue) = 3+28+80=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 28 (11.33% from 255 or 25.23% from 111); Blue value is 80 (31.64% from 255 or 72.07% from 111); Max value from RGB is 80 - color contains mainly: blue. Hex color #031C50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C50 is #FCE3AF. Grayscale: #1A1A1A. Windows color (decimal): -16573360 or 5250051. OLE color: 5250051.
HSL color Cylindrical-coordinate representation of color #031C50: hue angle of 220.52º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031C50 is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 28 | 80 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.69 |
| HSL | 220.52º | 0.93% | 0.16% | - |
| HSV(B) | 220.52º | 0.96% | 0.31% | - |
| XYZ | 1.9 | 1.43 | 7.77 | - |
| YUV | 26.45 | 158.22 | 111.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 80 | 0.96 | 0.65 | 0 | 0.69 | 220.52 | 0.93 | 0.16 |
| Hex | 3 | 1C | 50 | 60 | 41 | 0 | 45 | DD | 5D | 10 |
| Octal | 3 | 34 | 120 | 140 | 101 | 0 | 105 | 335 | 135 | 20 |
| Binary | 11 | 11100 | 1010000 | 1100000 | 1000001 | 0 | 1000101 | 11011101 | 1011101 | 10000 |
Color Harmonies of #031C50
Complementary color
Monochromatic Colors of #031C50
Black with #031C50
Text Example
Text Example
White with #031C50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C50; }
p { color: rgb(3,28,80); }
H1.HeaderClassName
{
color: #031C50;
}
.AnyTagClassName
{
color: #031C50;
}
</style>
background-color css
<style>
a { background-color: #031C50; }
a { background-color: rgb(3,28,80); }
div.DivClassName
{
background-color: #031C50;
}
.BgClassName
{
background-color: #031C50;
}
</style>
border-color css
<style>
span { border-color: #031C50; }
span { border-color: rgb(3,28,80); }
td.TdClassName
{
border-color: #031C50;
}
.TagClassName
{
border-color: #031C50;
}
</style>