Shades of Sapphire #031368
Tints of Sapphire #031368
RGB
CMYK
RGB Variations
Color information
#031368 (or 0x031368) is known color: Sapphire. HEX triplet: 03, 13 and 68. RGB value is (3,19,104). Sum of RGB (Red+Green+Blue) = 3+19+104=126 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.38% from 126); Green value is 19 (7.81% from 255 or 15.08% from 126); Blue value is 104 (41.02% from 255 or 82.54% from 126); Max value from RGB is 104 - color contains mainly: blue. Hex color #031368 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031368 is #FCEC97. Grayscale: #171717. Windows color (decimal): -16575640 or 6820611. OLE color: 6820611.
HSL color Cylindrical-coordinate representation of color #031368: hue angle of 230.5º 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 #031368 is Cyan = 0.97, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 19 | 104 | - |
| CMYK | 0.97 | 0.82 | 0 | 0.59 |
| HSL | 230.5º | 0.94% | 0.21% | - |
| HSV(B) | 230.5º | 0.97% | 0.41% | - |
| XYZ | 2.77 | 1.48 | 13.24 | - |
| YUV | 23.91 | 173.2 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 104 | 0.97 | 0.82 | 0 | 0.59 | 230.5 | 0.94 | 0.21 |
| Hex | 3 | 13 | 68 | 61 | 52 | 0 | 3B | E6 | 5E | 15 |
| Octal | 3 | 23 | 150 | 141 | 122 | 0 | 73 | 346 | 136 | 25 |
| Binary | 11 | 10011 | 1101000 | 1100001 | 1010010 | 0 | 111011 | 11100110 | 1011110 | 10101 |
Color Harmonies of #031368
Complementary color
Monochromatic Colors of #031368
Black with #031368
Text Example
Text Example
White with #031368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031368; }
p { color: rgb(3,19,104); }
H1.HeaderClassName
{
color: #031368;
}
.AnyTagClassName
{
color: #031368;
}
</style>
background-color css
<style>
a { background-color: #031368; }
a { background-color: rgb(3,19,104); }
div.DivClassName
{
background-color: #031368;
}
.BgClassName
{
background-color: #031368;
}
</style>
border-color css
<style>
span { border-color: #031368; }
span { border-color: rgb(3,19,104); }
td.TdClassName
{
border-color: #031368;
}
.TagClassName
{
border-color: #031368;
}
</style>