Shades of Sapphire #031D68
Tints of Sapphire #031D68
RGB
CMYK
RGB Variations
Color information
#031D68 (or 0x031D68) is known color: Sapphire. HEX triplet: 03, 1D and 68. RGB value is (3,29,104). Sum of RGB (Red+Green+Blue) = 3+29+104=136 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.21% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 104 (41.02% from 255 or 76.47% from 136); Max value from RGB is 104 - color contains mainly: blue. Hex color #031D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031D68 is #FCE297. Grayscale: #1D1D1D. Windows color (decimal): -16573080 or 6823171. OLE color: 6823171.
HSL color Cylindrical-coordinate representation of color #031D68: hue angle of 224.55º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031D68 is Cyan = 0.97, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 29 | 104 | - |
| CMYK | 0.97 | 0.72 | 0 | 0.59 |
| HSL | 224.55º | 0.94% | 0.21% | - |
| HSV(B) | 224.55º | 0.97% | 0.41% | - |
| XYZ | 2.98 | 1.9 | 13.31 | - |
| YUV | 29.78 | 169.89 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 29 | 104 | 0.97 | 0.72 | 0 | 0.59 | 224.55 | 0.94 | 0.21 |
| Hex | 3 | 1D | 68 | 61 | 48 | 0 | 3B | E1 | 5E | 15 |
| Octal | 3 | 35 | 150 | 141 | 110 | 0 | 73 | 341 | 136 | 25 |
| Binary | 11 | 11101 | 1101000 | 1100001 | 1001000 | 0 | 111011 | 11100001 | 1011110 | 10101 |
Color Harmonies of #031D68
Complementary color
Monochromatic Colors of #031D68
Black with #031D68
Text Example
Text Example
White with #031D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031D68; }
p { color: rgb(3,29,104); }
H1.HeaderClassName
{
color: #031D68;
}
.AnyTagClassName
{
color: #031D68;
}
</style>
background-color css
<style>
a { background-color: #031D68; }
a { background-color: rgb(3,29,104); }
div.DivClassName
{
background-color: #031D68;
}
.BgClassName
{
background-color: #031D68;
}
</style>
border-color css
<style>
span { border-color: #031D68; }
span { border-color: rgb(3,29,104); }
td.TdClassName
{
border-color: #031D68;
}
.TagClassName
{
border-color: #031D68;
}
</style>