Shades of Sapphire #031867
Tints of Sapphire #031867
RGB
CMYK
RGB Variations
Color information
#031867 (or 0x031867) is known color: Sapphire. HEX triplet: 03, 18 and 67. RGB value is (3,24,103). Sum of RGB (Red+Green+Blue) = 3+24+103=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 24 (9.77% from 255 or 18.46% from 130); Blue value is 103 (40.62% from 255 or 79.23% from 130); Max value from RGB is 103 - color contains mainly: blue. Hex color #031867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031867 is #FCE798. Grayscale: #1A1A1A. Windows color (decimal): -16574361 or 6756355. OLE color: 6756355.
HSL color Cylindrical-coordinate representation of color #031867: hue angle of 227.4º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031867 is Cyan = 0.97, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 24 | 103 | - |
| CMYK | 0.97 | 0.77 | 0 | 0.60 |
| HSL | 227.4º | 0.94% | 0.21% | - |
| HSV(B) | 227.4º | 0.97% | 0.4% | - |
| XYZ | 2.81 | 1.65 | 13 | - |
| YUV | 26.73 | 171.04 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 24 | 103 | 0.97 | 0.77 | 0 | 0.60 | 227.4 | 0.94 | 0.21 |
| Hex | 3 | 18 | 67 | 61 | 4D | 0 | 3C | E3 | 5E | 15 |
| Octal | 3 | 30 | 147 | 141 | 115 | 0 | 74 | 343 | 136 | 25 |
| Binary | 11 | 11000 | 1100111 | 1100001 | 1001101 | 0 | 111100 | 11100011 | 1011110 | 10101 |
Color Harmonies of #031867
Complementary color
Monochromatic Colors of #031867
Black with #031867
Text Example
Text Example
White with #031867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031867; }
p { color: rgb(3,24,103); }
H1.HeaderClassName
{
color: #031867;
}
.AnyTagClassName
{
color: #031867;
}
</style>
background-color css
<style>
a { background-color: #031867; }
a { background-color: rgb(3,24,103); }
div.DivClassName
{
background-color: #031867;
}
.BgClassName
{
background-color: #031867;
}
</style>
border-color css
<style>
span { border-color: #031867; }
span { border-color: rgb(3,24,103); }
td.TdClassName
{
border-color: #031867;
}
.TagClassName
{
border-color: #031867;
}
</style>