Shades of Sapphire #031868
Tints of Sapphire #031868
RGB
CMYK
RGB Variations
Color information
#031868 (or 0x031868) is known color: Sapphire. HEX triplet: 03, 18 and 68. RGB value is (3,24,104). Sum of RGB (Red+Green+Blue) = 3+24+104=131 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.29% from 131); Green value is 24 (9.77% from 255 or 18.32% from 131); Blue value is 104 (41.02% from 255 or 79.39% from 131); Max value from RGB is 104 - color contains mainly: blue. Hex color #031868 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031868 is #FCE797. Grayscale: #1A1A1A. Windows color (decimal): -16574360 or 6821891. OLE color: 6821891.
HSL color Cylindrical-coordinate representation of color #031868: hue angle of 227.52º 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 #031868 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 24 | 104 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.59 |
| HSL | 227.52º | 0.94% | 0.21% | - |
| HSV(B) | 227.52º | 0.97% | 0.41% | - |
| XYZ | 2.86 | 1.67 | 13.27 | - |
| YUV | 26.84 | 171.54 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 104 | 0.97 | 0.77 | 0 | 0.59 | 227.52 | 0.94 | 0.21 |
| Hex | 3 | 18 | 68 | 61 | 4D | 0 | 3B | E4 | 5E | 15 |
| Octal | 3 | 30 | 150 | 141 | 115 | 0 | 73 | 344 | 136 | 25 |
| Binary | 11 | 11000 | 1101000 | 1100001 | 1001101 | 0 | 111011 | 11100100 | 1011110 | 10101 |
Color Harmonies of #031868
Complementary color
Monochromatic Colors of #031868
Black with #031868
Text Example
Text Example
White with #031868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031868; }
p { color: rgb(3,24,104); }
H1.HeaderClassName
{
color: #031868;
}
.AnyTagClassName
{
color: #031868;
}
</style>
background-color css
<style>
a { background-color: #031868; }
a { background-color: rgb(3,24,104); }
div.DivClassName
{
background-color: #031868;
}
.BgClassName
{
background-color: #031868;
}
</style>
border-color css
<style>
span { border-color: #031868; }
span { border-color: rgb(3,24,104); }
td.TdClassName
{
border-color: #031868;
}
.TagClassName
{
border-color: #031868;
}
</style>