Shades of Sapphire #031366
Tints of Sapphire #031366
RGB
CMYK
RGB Variations
Color information
#031366 (or 0x031366) is known color: Sapphire. HEX triplet: 03, 13 and 66. RGB value is (3,19,102). Sum of RGB (Red+Green+Blue) = 3+19+102=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 19 (7.81% from 255 or 15.32% from 124); Blue value is 102 (40.23% from 255 or 82.26% from 124); Max value from RGB is 102 - color contains mainly: blue. Hex color #031366 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031366 is #FCEC99. Grayscale: #171717. Windows color (decimal): -16575642 or 6689539. OLE color: 6689539.
HSL color Cylindrical-coordinate representation of color #031366: hue angle of 230.3º 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 #031366 is Cyan = 0.97, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 19 | 102 | - |
| CMYK | 0.97 | 0.81 | 0 | 0.6 |
| HSL | 230.3º | 0.94% | 0.21% | - |
| HSV(B) | 230.3º | 0.97% | 0.4% | - |
| XYZ | 2.67 | 1.44 | 12.71 | - |
| YUV | 23.68 | 172.2 | 113.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 102 | 0.97 | 0.81 | 0 | 0.6 | 230.3 | 0.94 | 0.21 |
| Hex | 3 | 13 | 66 | 61 | 51 | 0 | 3C | E6 | 5E | 15 |
| Octal | 3 | 23 | 146 | 141 | 121 | 0 | 74 | 346 | 136 | 25 |
| Binary | 11 | 10011 | 1100110 | 1100001 | 1010001 | 0 | 111100 | 11100110 | 1011110 | 10101 |
Color Harmonies of #031366
Complementary color
Monochromatic Colors of #031366
Black with #031366
Text Example
Text Example
White with #031366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031366; }
p { color: rgb(3,19,102); }
H1.HeaderClassName
{
color: #031366;
}
.AnyTagClassName
{
color: #031366;
}
</style>
background-color css
<style>
a { background-color: #031366; }
a { background-color: rgb(3,19,102); }
div.DivClassName
{
background-color: #031366;
}
.BgClassName
{
background-color: #031366;
}
</style>
border-color css
<style>
span { border-color: #031366; }
span { border-color: rgb(3,19,102); }
td.TdClassName
{
border-color: #031366;
}
.TagClassName
{
border-color: #031366;
}
</style>