Shades of Sapphire #031465
Tints of Sapphire #031465
RGB
CMYK
RGB Variations
Color information
#031465 (or 0x031465) is known color: Sapphire. HEX triplet: 03, 14 and 65. RGB value is (3,20,101). Sum of RGB (Red+Green+Blue) = 3+20+101=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 101 (39.84% from 255 or 81.45% from 124); Max value from RGB is 101 - color contains mainly: blue. Hex color #031465 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #031465 is #FCEB9A. Grayscale: #171717. Windows color (decimal): -16575387 or 6624259. OLE color: 6624259.
HSL color Cylindrical-coordinate representation of color #031465: hue angle of 229.59º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031465 is Cyan = 0.97, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 3 | 20 | 101 | - |
| CMYK | 0.97 | 0.80 | 0 | 0.60 |
| HSL | 229.59º | 0.94% | 0.2% | - |
| HSV(B) | 229.59º | 0.97% | 0.4% | - |
| XYZ | 2.64 | 1.46 | 12.45 | - |
| YUV | 24.15 | 171.37 | 112.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 101 | 0.97 | 0.80 | 0 | 0.60 | 229.59 | 0.94 | 0.2 |
| Hex | 3 | 14 | 65 | 61 | 50 | 0 | 3C | E6 | 5E | 14 |
| Octal | 3 | 24 | 145 | 141 | 120 | 0 | 74 | 346 | 136 | 24 |
| Binary | 11 | 10100 | 1100101 | 1100001 | 1010000 | 0 | 111100 | 11100110 | 1011110 | 10100 |
Color Harmonies of #031465
Complementary color
Monochromatic Colors of #031465
Black with #031465
Text Example
Text Example
White with #031465
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031465; }
p { color: rgb(3,20,101); }
H1.HeaderClassName
{
color: #031465;
}
.AnyTagClassName
{
color: #031465;
}
</style>
background-color css
<style>
a { background-color: #031465; }
a { background-color: rgb(3,20,101); }
div.DivClassName
{
background-color: #031465;
}
.BgClassName
{
background-color: #031465;
}
</style>
border-color css
<style>
span { border-color: #031465; }
span { border-color: rgb(3,20,101); }
td.TdClassName
{
border-color: #031465;
}
.TagClassName
{
border-color: #031465;
}
</style>