Shades of Sapphire #031D4A
Tints of Sapphire #031D4A
RGB
CMYK
RGB Variations
Color information
#031D4A (or 0x031D4A) is known color: Sapphire. HEX triplet: 03, 1D and 4A. RGB value is (3,29,74). Sum of RGB (Red+Green+Blue) = 3+29+74=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 74 (29.30% from 255 or 69.81% from 106); Max value from RGB is 74 - color contains mainly: blue. Hex color #031D4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #031D4A is #FCE2B5. Grayscale: #1A1A1A. Windows color (decimal): -16573110 or 4857091. OLE color: 4857091.
HSL color Cylindrical-coordinate representation of color #031D4A: hue angle of 218.03º 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 #031D4A is Cyan = 0.96, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 29 | 74 | - |
| CMYK | 0.96 | 0.61 | 0 | 0.71 |
| HSL | 218.03º | 0.92% | 0.15% | - |
| HSV(B) | 218.03º | 0.96% | 0.29% | - |
| XYZ | 1.71 | 1.39 | 6.66 | - |
| YUV | 26.36 | 154.89 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 74 | 0.96 | 0.61 | 0 | 0.71 | 218.03 | 0.92 | 0.15 |
| Hex | 3 | 1D | 4A | 60 | 3D | 0 | 47 | DA | 5C | F |
| Octal | 3 | 35 | 112 | 140 | 75 | 0 | 107 | 332 | 134 | 17 |
| Binary | 11 | 11101 | 1001010 | 1100000 | 111101 | 0 | 1000111 | 11011010 | 1011100 | 1111 |
Color Harmonies of #031D4A
Complementary color
Monochromatic Colors of #031D4A
Black with #031D4A
Text Example
Text Example
White with #031D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D4A; }
p { color: rgb(3,29,74); }
H1.HeaderClassName
{
color: #031D4A;
}
.AnyTagClassName
{
color: #031D4A;
}
</style>
background-color css
<style>
a { background-color: #031D4A; }
a { background-color: rgb(3,29,74); }
div.DivClassName
{
background-color: #031D4A;
}
.BgClassName
{
background-color: #031D4A;
}
</style>
border-color css
<style>
span { border-color: #031D4A; }
span { border-color: rgb(3,29,74); }
td.TdClassName
{
border-color: #031D4A;
}
.TagClassName
{
border-color: #031D4A;
}
</style>