Shades of Sapphire #031C60
Tints of Sapphire #031C60
RGB
CMYK
RGB Variations
Color information
#031C60 (or 0x031C60) is known color: Sapphire. HEX triplet: 03, 1C and 60. RGB value is (3,28,96). Sum of RGB (Red+Green+Blue) = 3+28+96=127 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.36% from 127); Green value is 28 (11.33% from 255 or 22.05% from 127); Blue value is 96 (37.89% from 255 or 75.59% from 127); Max value from RGB is 96 - color contains mainly: blue. Hex color #031C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C60 is #FCE39F. Grayscale: #1B1B1B. Windows color (decimal): -16573344 or 6298627. OLE color: 6298627.
HSL color Cylindrical-coordinate representation of color #031C60: hue angle of 223.87º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C60 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 28 | 96 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.62 |
| HSL | 223.87º | 0.94% | 0.19% | - |
| HSV(B) | 223.87º | 0.97% | 0.38% | - |
| XYZ | 2.56 | 1.69 | 11.26 | - |
| YUV | 28.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 96 | 0.97 | 0.71 | 0 | 0.62 | 223.87 | 0.94 | 0.19 |
| Hex | 3 | 1C | 60 | 61 | 47 | 0 | 3E | E0 | 5E | 13 |
| Octal | 3 | 34 | 140 | 141 | 107 | 0 | 76 | 340 | 136 | 23 |
| Binary | 11 | 11100 | 1100000 | 1100001 | 1000111 | 0 | 111110 | 11100000 | 1011110 | 10011 |
Color Harmonies of #031C60
Complementary color
Monochromatic Colors of #031C60
Black with #031C60
Text Example
Text Example
White with #031C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C60; }
p { color: rgb(3,28,96); }
H1.HeaderClassName
{
color: #031C60;
}
.AnyTagClassName
{
color: #031C60;
}
</style>
background-color css
<style>
a { background-color: #031C60; }
a { background-color: rgb(3,28,96); }
div.DivClassName
{
background-color: #031C60;
}
.BgClassName
{
background-color: #031C60;
}
</style>
border-color css
<style>
span { border-color: #031C60; }
span { border-color: rgb(3,28,96); }
td.TdClassName
{
border-color: #031C60;
}
.TagClassName
{
border-color: #031C60;
}
</style>