Shades of Sapphire #031258
Tints of Sapphire #031258
RGB
CMYK
RGB Variations
Color information
#031258 (or 0x031258) is known color: Sapphire. HEX triplet: 03, 12 and 58. RGB value is (3,18,88). Sum of RGB (Red+Green+Blue) = 3+18+88=109 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.75% from 109); Green value is 18 (7.42% from 255 or 16.51% from 109); Blue value is 88 (34.77% from 255 or 80.73% from 109); Max value from RGB is 88 - color contains mainly: blue. Hex color #031258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031258 is #FCEDA7. Grayscale: #151515. Windows color (decimal): -16575912 or 5771779. OLE color: 5771779.
HSL color Cylindrical-coordinate representation of color #031258: hue angle of 229.41º 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 #031258 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 3 | 18 | 88 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.65 |
| HSL | 229.41º | 0.93% | 0.18% | - |
| HSV(B) | 229.41º | 0.97% | 0.35% | - |
| XYZ | 2.02 | 1.16 | 9.35 | - |
| YUV | 21.5 | 165.53 | 114.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 88 | 0.97 | 0.80 | 0 | 0.65 | 229.41 | 0.93 | 0.18 |
| Hex | 3 | 12 | 58 | 61 | 50 | 0 | 41 | E5 | 5D | 12 |
| Octal | 3 | 22 | 130 | 141 | 120 | 0 | 101 | 345 | 135 | 22 |
| Binary | 11 | 10010 | 1011000 | 1100001 | 1010000 | 0 | 1000001 | 11100101 | 1011101 | 10010 |
Color Harmonies of #031258
Complementary color
Monochromatic Colors of #031258
Black with #031258
Text Example
Text Example
White with #031258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031258; }
p { color: rgb(3,18,88); }
H1.HeaderClassName
{
color: #031258;
}
.AnyTagClassName
{
color: #031258;
}
</style>
background-color css
<style>
a { background-color: #031258; }
a { background-color: rgb(3,18,88); }
div.DivClassName
{
background-color: #031258;
}
.BgClassName
{
background-color: #031258;
}
</style>
border-color css
<style>
span { border-color: #031258; }
span { border-color: rgb(3,18,88); }
td.TdClassName
{
border-color: #031258;
}
.TagClassName
{
border-color: #031258;
}
</style>