Shades of Sapphire #031A4A
Tints of Sapphire #031A4A
RGB
CMYK
RGB Variations
Color information
#031A4A (or 0x031A4A) is known color: Sapphire. HEX triplet: 03, 1A and 4A. RGB value is (3,26,74). Sum of RGB (Red+Green+Blue) = 3+26+74=103 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.91% from 103); Green value is 26 (10.55% from 255 or 25.24% from 103); Blue value is 74 (29.30% from 255 or 71.84% from 103); Max value from RGB is 74 - color contains mainly: blue. Hex color #031A4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031A4A is #FCE5B5. Grayscale: #181818. Windows color (decimal): -16573878 or 4856323. OLE color: 4856323.
HSL color Cylindrical-coordinate representation of color #031A4A: hue angle of 220.56º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031A4A is Cyan = 0.96, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 26 | 74 | - |
| CMYK | 0.96 | 0.65 | 0 | 0.71 |
| HSL | 220.56º | 0.92% | 0.15% | - |
| HSV(B) | 220.56º | 0.96% | 0.29% | - |
| XYZ | 1.64 | 1.25 | 6.63 | - |
| YUV | 24.6 | 155.88 | 112.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 74 | 0.96 | 0.65 | 0 | 0.71 | 220.56 | 0.92 | 0.15 |
| Hex | 3 | 1A | 4A | 60 | 41 | 0 | 47 | DD | 5C | F |
| Octal | 3 | 32 | 112 | 140 | 101 | 0 | 107 | 335 | 134 | 17 |
| Binary | 11 | 11010 | 1001010 | 1100000 | 1000001 | 0 | 1000111 | 11011101 | 1011100 | 1111 |
Color Harmonies of #031A4A
Complementary color
Monochromatic Colors of #031A4A
Black with #031A4A
Text Example
Text Example
White with #031A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031A4A; }
p { color: rgb(3,26,74); }
H1.HeaderClassName
{
color: #031A4A;
}
.AnyTagClassName
{
color: #031A4A;
}
</style>
background-color css
<style>
a { background-color: #031A4A; }
a { background-color: rgb(3,26,74); }
div.DivClassName
{
background-color: #031A4A;
}
.BgClassName
{
background-color: #031A4A;
}
</style>
border-color css
<style>
span { border-color: #031A4A; }
span { border-color: rgb(3,26,74); }
td.TdClassName
{
border-color: #031A4A;
}
.TagClassName
{
border-color: #031A4A;
}
</style>