Shades of Sapphire #031A66
Tints of Sapphire #031A66
RGB
CMYK
RGB Variations
Color information
#031A66 (or 0x031A66) is known color: Sapphire. HEX triplet: 03, 1A and 66. RGB value is (3,26,102). Sum of RGB (Red+Green+Blue) = 3+26+102=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 102 (40.23% from 255 or 77.86% from 131); Max value from RGB is 102 - color contains mainly: blue. Hex color #031A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031A66 is #FCE599. Grayscale: #1B1B1B. Windows color (decimal): -16573850 or 6691331. OLE color: 6691331.
HSL color Cylindrical-coordinate representation of color #031A66: hue angle of 226.06º 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 #031A66 is Cyan = 0.97, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 26 | 102 | - |
| CMYK | 0.97 | 0.75 | 0 | 0.6 |
| HSL | 226.06º | 0.94% | 0.21% | - |
| HSV(B) | 226.06º | 0.97% | 0.4% | - |
| XYZ | 2.81 | 1.72 | 12.75 | - |
| YUV | 27.79 | 169.88 | 110.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 102 | 0.97 | 0.75 | 0 | 0.6 | 226.06 | 0.94 | 0.21 |
| Hex | 3 | 1A | 66 | 61 | 4B | 0 | 3C | E2 | 5E | 15 |
| Octal | 3 | 32 | 146 | 141 | 113 | 0 | 74 | 342 | 136 | 25 |
| Binary | 11 | 11010 | 1100110 | 1100001 | 1001011 | 0 | 111100 | 11100010 | 1011110 | 10101 |
Color Harmonies of #031A66
Complementary color
Monochromatic Colors of #031A66
Black with #031A66
Text Example
Text Example
White with #031A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A66; }
p { color: rgb(3,26,102); }
H1.HeaderClassName
{
color: #031A66;
}
.AnyTagClassName
{
color: #031A66;
}
</style>
background-color css
<style>
a { background-color: #031A66; }
a { background-color: rgb(3,26,102); }
div.DivClassName
{
background-color: #031A66;
}
.BgClassName
{
background-color: #031A66;
}
</style>
border-color css
<style>
span { border-color: #031A66; }
span { border-color: rgb(3,26,102); }
td.TdClassName
{
border-color: #031A66;
}
.TagClassName
{
border-color: #031A66;
}
</style>