Shades of Sapphire #031C76
Tints of Sapphire #031C76
RGB
CMYK
RGB Variations
Color information
#031C76 (or 0x031C76) is known color: Sapphire. HEX triplet: 03, 1C and 76. RGB value is (3,28,118). Sum of RGB (Red+Green+Blue) = 3+28+118=149 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.01% from 149); Green value is 28 (11.33% from 255 or 18.79% from 149); Blue value is 118 (46.48% from 255 or 79.19% from 149); Max value from RGB is 118 - color contains mainly: blue. Hex color #031C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C76 is #FCE389. Grayscale: #1E1E1E. Windows color (decimal): -16573322 or 7740419. OLE color: 7740419.
HSL color Cylindrical-coordinate representation of color #031C76: hue angle of 226.96º degrees, saturation: 0.95, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C76 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 3 | 28 | 118 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.54 |
| HSL | 226.96º | 0.95% | 0.24% | - |
| HSV(B) | 226.96º | 0.97% | 0.46% | - |
| XYZ | 3.72 | 2.16 | 17.36 | - |
| YUV | 30.79 | 177.22 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 118 | 0.97 | 0.76 | 0 | 0.54 | 226.96 | 0.95 | 0.24 |
| Hex | 3 | 1C | 76 | 61 | 4C | 0 | 36 | E3 | 5F | 18 |
| Octal | 3 | 34 | 166 | 141 | 114 | 0 | 66 | 343 | 137 | 30 |
| Binary | 11 | 11100 | 1110110 | 1100001 | 1001100 | 0 | 110110 | 11100011 | 1011111 | 11000 |
Color Harmonies of #031C76
Complementary color
Monochromatic Colors of #031C76
Black with #031C76
Text Example
Text Example
White with #031C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C76; }
p { color: rgb(3,28,118); }
H1.HeaderClassName
{
color: #031C76;
}
.AnyTagClassName
{
color: #031C76;
}
</style>
background-color css
<style>
a { background-color: #031C76; }
a { background-color: rgb(3,28,118); }
div.DivClassName
{
background-color: #031C76;
}
.BgClassName
{
background-color: #031C76;
}
</style>
border-color css
<style>
span { border-color: #031C76; }
span { border-color: rgb(3,28,118); }
td.TdClassName
{
border-color: #031C76;
}
.TagClassName
{
border-color: #031C76;
}
</style>