Shades of Sapphire #031250
Tints of Sapphire #031250
RGB
CMYK
RGB Variations
Color information
#031250 (or 0x031250) is known color: Sapphire. HEX triplet: 03, 12 and 50. RGB value is (3,18,80). Sum of RGB (Red+Green+Blue) = 3+18+80=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 80 (31.64% from 255 or 79.21% from 101); Max value from RGB is 80 - color contains mainly: blue. Hex color #031250 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031250 is #FCEDAF. Grayscale: #141414. Windows color (decimal): -16575920 or 5247491. OLE color: 5247491.
HSL color Cylindrical-coordinate representation of color #031250: hue angle of 228.31º 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 #031250 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 3 | 18 | 80 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.69 |
| HSL | 228.31º | 0.93% | 0.16% | - |
| HSV(B) | 228.31º | 0.96% | 0.31% | - |
| XYZ | 1.7 | 1.03 | 7.7 | - |
| YUV | 20.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 80 | 0.96 | 0.78 | 0 | 0.69 | 228.31 | 0.93 | 0.16 |
| Hex | 3 | 12 | 50 | 60 | 4E | 0 | 45 | E4 | 5D | 10 |
| Octal | 3 | 22 | 120 | 140 | 116 | 0 | 105 | 344 | 135 | 20 |
| Binary | 11 | 10010 | 1010000 | 1100000 | 1001110 | 0 | 1000101 | 11100100 | 1011101 | 10000 |
Color Harmonies of #031250
Complementary color
Monochromatic Colors of #031250
Black with #031250
Text Example
Text Example
White with #031250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031250; }
p { color: rgb(3,18,80); }
H1.HeaderClassName
{
color: #031250;
}
.AnyTagClassName
{
color: #031250;
}
</style>
background-color css
<style>
a { background-color: #031250; }
a { background-color: rgb(3,18,80); }
div.DivClassName
{
background-color: #031250;
}
.BgClassName
{
background-color: #031250;
}
</style>
border-color css
<style>
span { border-color: #031250; }
span { border-color: rgb(3,18,80); }
td.TdClassName
{
border-color: #031250;
}
.TagClassName
{
border-color: #031250;
}
</style>