Shades of Sapphire #031D84
Tints of Sapphire #031D84
RGB
CMYK
RGB Variations
Color information
#031D84 (or 0x031D84) is known color: Sapphire. HEX triplet: 03, 1D and 84. RGB value is (3,29,132). Sum of RGB (Red+Green+Blue) = 3+29+132=164 (21% of max value = 765). Red value is 3 (1.56% from 255 or 1.83% from 164); Green value is 29 (11.72% from 255 or 17.68% from 164); Blue value is 132 (51.95% from 255 or 80.49% from 164); Max value from RGB is 132 - color contains mainly: blue. Hex color #031D84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #031D84 is #FCE27B. Grayscale: #202020. Windows color (decimal): -16573052 or 8658179. OLE color: 8658179.
HSL color Cylindrical-coordinate representation of color #031D84: hue angle of 227.91º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031D84 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 3 | 29 | 132 | - |
| CMYK | 0.98 | 0.78 | 0 | 0.48 |
| HSL | 227.91º | 0.96% | 0.26% | - |
| HSV(B) | 227.91º | 0.98% | 0.52% | - |
| XYZ | 4.64 | 2.56 | 22.08 | - |
| YUV | 32.97 | 183.89 | 106.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 132 | 0.98 | 0.78 | 0 | 0.48 | 227.91 | 0.96 | 0.26 |
| Hex | 3 | 1D | 84 | 62 | 4E | 0 | 30 | E4 | 60 | 1A |
| Octal | 3 | 35 | 204 | 142 | 116 | 0 | 60 | 344 | 140 | 32 |
| Binary | 11 | 11101 | 10000100 | 1100010 | 1001110 | 0 | 110000 | 11100100 | 1100000 | 11010 |
Color Harmonies of #031D84
Complementary color
Monochromatic Colors of #031D84
Black with #031D84
Text Example
Text Example
White with #031D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D84; }
p { color: rgb(3,29,132); }
H1.HeaderClassName
{
color: #031D84;
}
.AnyTagClassName
{
color: #031D84;
}
</style>
background-color css
<style>
a { background-color: #031D84; }
a { background-color: rgb(3,29,132); }
div.DivClassName
{
background-color: #031D84;
}
.BgClassName
{
background-color: #031D84;
}
</style>
border-color css
<style>
span { border-color: #031D84; }
span { border-color: rgb(3,29,132); }
td.TdClassName
{
border-color: #031D84;
}
.TagClassName
{
border-color: #031D84;
}
</style>