Shades of Sapphire #031E62
Tints of Sapphire #031E62
RGB
CMYK
RGB Variations
Color information
#031E62 (or 0x031E62) is known color: Sapphire. HEX triplet: 03, 1E and 62. RGB value is (3,30,98). Sum of RGB (Red+Green+Blue) = 3+30+98=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 30 (12.11% from 255 or 22.90% from 131); Blue value is 98 (38.67% from 255 or 74.81% from 131); Max value from RGB is 98 - color contains mainly: blue. Hex color #031E62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E62 is #FCE19D. Grayscale: #1D1D1D. Windows color (decimal): -16572830 or 6430211. OLE color: 6430211.
HSL color Cylindrical-coordinate representation of color #031E62: hue angle of 222.95º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031E62 is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 30 | 98 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.62 |
| HSL | 222.95º | 0.94% | 0.2% | - |
| HSV(B) | 222.95º | 0.97% | 0.38% | - |
| XYZ | 2.71 | 1.83 | 11.77 | - |
| YUV | 29.68 | 166.55 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 98 | 0.97 | 0.69 | 0 | 0.62 | 222.95 | 0.94 | 0.2 |
| Hex | 3 | 1E | 62 | 61 | 45 | 0 | 3E | DF | 5E | 14 |
| Octal | 3 | 36 | 142 | 141 | 105 | 0 | 76 | 337 | 136 | 24 |
| Binary | 11 | 11110 | 1100010 | 1100001 | 1000101 | 0 | 111110 | 11011111 | 1011110 | 10100 |
Color Harmonies of #031E62
Complementary color
Monochromatic Colors of #031E62
Black with #031E62
Text Example
Text Example
White with #031E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E62; }
p { color: rgb(3,30,98); }
H1.HeaderClassName
{
color: #031E62;
}
.AnyTagClassName
{
color: #031E62;
}
</style>
background-color css
<style>
a { background-color: #031E62; }
a { background-color: rgb(3,30,98); }
div.DivClassName
{
background-color: #031E62;
}
.BgClassName
{
background-color: #031E62;
}
</style>
border-color css
<style>
span { border-color: #031E62; }
span { border-color: rgb(3,30,98); }
td.TdClassName
{
border-color: #031E62;
}
.TagClassName
{
border-color: #031E62;
}
</style>