Shades of Sapphire #031F5A
Tints of Sapphire #031F5A
RGB
CMYK
RGB Variations
Color information
#031F5A (or 0x031F5A) is known color: Sapphire. HEX triplet: 03, 1F and 5A. RGB value is (3,31,90). Sum of RGB (Red+Green+Blue) = 3+31+90=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 90 (35.55% from 255 or 72.58% from 124); Max value from RGB is 90 - color contains mainly: blue. Hex color #031F5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031F5A is #FCE0A5. Grayscale: #1D1D1D. Windows color (decimal): -16572582 or 5906179. OLE color: 5906179.
HSL color Cylindrical-coordinate representation of color #031F5A: hue angle of 220.69º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031F5A is Cyan = 0.97, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 31 | 90 | - |
| CMYK | 0.97 | 0.66 | 0 | 0.65 |
| HSL | 220.69º | 0.94% | 0.18% | - |
| HSV(B) | 220.69º | 0.97% | 0.35% | - |
| XYZ | 2.37 | 1.74 | 9.88 | - |
| YUV | 29.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 31 | 90 | 0.97 | 0.66 | 0 | 0.65 | 220.69 | 0.94 | 0.18 |
| Hex | 3 | 1F | 5A | 61 | 42 | 0 | 41 | DD | 5E | 12 |
| Octal | 3 | 37 | 132 | 141 | 102 | 0 | 101 | 335 | 136 | 22 |
| Binary | 11 | 11111 | 1011010 | 1100001 | 1000010 | 0 | 1000001 | 11011101 | 1011110 | 10010 |
Color Harmonies of #031F5A
Complementary color
Monochromatic Colors of #031F5A
Black with #031F5A
Text Example
Text Example
White with #031F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031F5A; }
p { color: rgb(3,31,90); }
H1.HeaderClassName
{
color: #031F5A;
}
.AnyTagClassName
{
color: #031F5A;
}
</style>
background-color css
<style>
a { background-color: #031F5A; }
a { background-color: rgb(3,31,90); }
div.DivClassName
{
background-color: #031F5A;
}
.BgClassName
{
background-color: #031F5A;
}
</style>
border-color css
<style>
span { border-color: #031F5A; }
span { border-color: rgb(3,31,90); }
td.TdClassName
{
border-color: #031F5A;
}
.TagClassName
{
border-color: #031F5A;
}
</style>