Shades of Sapphire #031858
Tints of Sapphire #031858
RGB
CMYK
RGB Variations
Color information
#031858 (or 0x031858) is known color: Sapphire. HEX triplet: 03, 18 and 58. RGB value is (3,24,88). Sum of RGB (Red+Green+Blue) = 3+24+88=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 88 (34.77% from 255 or 76.52% from 115); Max value from RGB is 88 - color contains mainly: blue. Hex color #031858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031858 is #FCE7A7. Grayscale: #181818. Windows color (decimal): -16574376 or 5773315. OLE color: 5773315.
HSL color Cylindrical-coordinate representation of color #031858: hue angle of 225.18º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031858 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 24 | 88 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.65 |
| HSL | 225.18º | 0.93% | 0.18% | - |
| HSV(B) | 225.18º | 0.97% | 0.35% | - |
| XYZ | 2.13 | 1.38 | 9.39 | - |
| YUV | 25.02 | 163.54 | 112.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 88 | 0.97 | 0.73 | 0 | 0.65 | 225.18 | 0.93 | 0.18 |
| Hex | 3 | 18 | 58 | 61 | 49 | 0 | 41 | E1 | 5D | 12 |
| Octal | 3 | 30 | 130 | 141 | 111 | 0 | 101 | 341 | 135 | 22 |
| Binary | 11 | 11000 | 1011000 | 1100001 | 1001001 | 0 | 1000001 | 11100001 | 1011101 | 10010 |
Color Harmonies of #031858
Complementary color
Monochromatic Colors of #031858
Black with #031858
Text Example
Text Example
White with #031858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031858; }
p { color: rgb(3,24,88); }
H1.HeaderClassName
{
color: #031858;
}
.AnyTagClassName
{
color: #031858;
}
</style>
background-color css
<style>
a { background-color: #031858; }
a { background-color: rgb(3,24,88); }
div.DivClassName
{
background-color: #031858;
}
.BgClassName
{
background-color: #031858;
}
</style>
border-color css
<style>
span { border-color: #031858; }
span { border-color: rgb(3,24,88); }
td.TdClassName
{
border-color: #031858;
}
.TagClassName
{
border-color: #031858;
}
</style>