Shades of Sapphire #031364
Tints of Sapphire #031364
RGB
CMYK
RGB Variations
Color information
#031364 (or 0x031364) is known color: Sapphire. HEX triplet: 03, 13 and 64. RGB value is (3,19,100). Sum of RGB (Red+Green+Blue) = 3+19+100=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 19 (7.81% from 255 or 15.57% from 122); Blue value is 100 (39.45% from 255 or 81.97% from 122); Max value from RGB is 100 - color contains mainly: blue. Hex color #031364 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031364 is #FCEC9B. Grayscale: #171717. Windows color (decimal): -16575644 or 6558467. OLE color: 6558467.
HSL color Cylindrical-coordinate representation of color #031364: hue angle of 230.1º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031364 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 3 | 19 | 100 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.61 |
| HSL | 230.1º | 0.94% | 0.2% | - |
| HSV(B) | 230.1º | 0.97% | 0.39% | - |
| XYZ | 2.57 | 1.41 | 12.19 | - |
| YUV | 23.45 | 171.2 | 113.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 100 | 0.97 | 0.81 | 0 | 0.61 | 230.1 | 0.94 | 0.2 |
| Hex | 3 | 13 | 64 | 61 | 51 | 0 | 3D | E6 | 5E | 14 |
| Octal | 3 | 23 | 144 | 141 | 121 | 0 | 75 | 346 | 136 | 24 |
| Binary | 11 | 10011 | 1100100 | 1100001 | 1010001 | 0 | 111101 | 11100110 | 1011110 | 10100 |
Color Harmonies of #031364
Complementary color
Monochromatic Colors of #031364
Black with #031364
Text Example
Text Example
White with #031364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031364; }
p { color: rgb(3,19,100); }
H1.HeaderClassName
{
color: #031364;
}
.AnyTagClassName
{
color: #031364;
}
</style>
background-color css
<style>
a { background-color: #031364; }
a { background-color: rgb(3,19,100); }
div.DivClassName
{
background-color: #031364;
}
.BgClassName
{
background-color: #031364;
}
</style>
border-color css
<style>
span { border-color: #031364; }
span { border-color: rgb(3,19,100); }
td.TdClassName
{
border-color: #031364;
}
.TagClassName
{
border-color: #031364;
}
</style>