Shades of Sapphire #031A67
Tints of Sapphire #031A67
RGB
CMYK
RGB Variations
Color information
#031A67 (or 0x031A67) is known color: Sapphire. HEX triplet: 03, 1A and 67. RGB value is (3,26,103). Sum of RGB (Red+Green+Blue) = 3+26+103=132 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.27% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 103 (40.62% from 255 or 78.03% from 132); Max value from RGB is 103 - color contains mainly: blue. Hex color #031A67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A67 is #FCE598. Grayscale: #1B1B1B. Windows color (decimal): -16573849 or 6756867. OLE color: 6756867.
HSL color Cylindrical-coordinate representation of color #031A67: hue angle of 226.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031A67 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 26 | 103 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.60 |
| HSL | 226.2º | 0.94% | 0.21% | - |
| HSV(B) | 226.2º | 0.97% | 0.4% | - |
| XYZ | 2.86 | 1.74 | 13.02 | - |
| YUV | 27.9 | 170.38 | 110.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 103 | 0.97 | 0.75 | 0 | 0.60 | 226.2 | 0.94 | 0.21 |
| Hex | 3 | 1A | 67 | 61 | 4B | 0 | 3C | E2 | 5E | 15 |
| Octal | 3 | 32 | 147 | 141 | 113 | 0 | 74 | 342 | 136 | 25 |
| Binary | 11 | 11010 | 1100111 | 1100001 | 1001011 | 0 | 111100 | 11100010 | 1011110 | 10101 |
Color Harmonies of #031A67
Complementary color
Monochromatic Colors of #031A67
Black with #031A67
Text Example
Text Example
White with #031A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A67; }
p { color: rgb(3,26,103); }
H1.HeaderClassName
{
color: #031A67;
}
.AnyTagClassName
{
color: #031A67;
}
</style>
background-color css
<style>
a { background-color: #031A67; }
a { background-color: rgb(3,26,103); }
div.DivClassName
{
background-color: #031A67;
}
.BgClassName
{
background-color: #031A67;
}
</style>
border-color css
<style>
span { border-color: #031A67; }
span { border-color: rgb(3,26,103); }
td.TdClassName
{
border-color: #031A67;
}
.TagClassName
{
border-color: #031A67;
}
</style>