Shades of Sapphire #031C74
Tints of Sapphire #031C74
RGB
CMYK
RGB Variations
Color information
#031C74 (or 0x031C74) is known color: Sapphire. HEX triplet: 03, 1C and 74. RGB value is (3,28,116). Sum of RGB (Red+Green+Blue) = 3+28+116=147 (19% of max value = 765). Red value is 3 (1.56% from 255 or 2.04% from 147); Green value is 28 (11.33% from 255 or 19.05% from 147); Blue value is 116 (45.70% from 255 or 78.91% from 147); Max value from RGB is 116 - color contains mainly: blue. Hex color #031C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C74 is #FCE38B. Grayscale: #1E1E1E. Windows color (decimal): -16573324 or 7609347. OLE color: 7609347.
HSL color Cylindrical-coordinate representation of color #031C74: hue angle of 226.73º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C74 is Cyan = 0.97, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 3 | 28 | 116 | - |
| CMYK | 0.97 | 0.76 | 0 | 0.55 |
| HSL | 226.73º | 0.95% | 0.23% | - |
| HSV(B) | 226.73º | 0.97% | 0.45% | - |
| XYZ | 3.61 | 2.11 | 16.74 | - |
| YUV | 30.56 | 176.22 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 116 | 0.97 | 0.76 | 0 | 0.55 | 226.73 | 0.95 | 0.23 |
| Hex | 3 | 1C | 74 | 61 | 4C | 0 | 37 | E3 | 5F | 17 |
| Octal | 3 | 34 | 164 | 141 | 114 | 0 | 67 | 343 | 137 | 27 |
| Binary | 11 | 11100 | 1110100 | 1100001 | 1001100 | 0 | 110111 | 11100011 | 1011111 | 10111 |
Color Harmonies of #031C74
Complementary color
Monochromatic Colors of #031C74
Black with #031C74
Text Example
Text Example
White with #031C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C74; }
p { color: rgb(3,28,116); }
H1.HeaderClassName
{
color: #031C74;
}
.AnyTagClassName
{
color: #031C74;
}
</style>
background-color css
<style>
a { background-color: #031C74; }
a { background-color: rgb(3,28,116); }
div.DivClassName
{
background-color: #031C74;
}
.BgClassName
{
background-color: #031C74;
}
</style>
border-color css
<style>
span { border-color: #031C74; }
span { border-color: rgb(3,28,116); }
td.TdClassName
{
border-color: #031C74;
}
.TagClassName
{
border-color: #031C74;
}
</style>