Shades of Sapphire #031C7A
Tints of Sapphire #031C7A
RGB
CMYK
RGB Variations
Color information
#031C7A (or 0x031C7A) is known color: Sapphire. HEX triplet: 03, 1C and 7A. RGB value is (3,28,122). Sum of RGB (Red+Green+Blue) = 3+28+122=153 (20% of max value = 765). Red value is 3 (1.56% from 255 or 1.96% from 153); Green value is 28 (11.33% from 255 or 18.30% from 153); Blue value is 122 (48.05% from 255 or 79.74% from 153); Max value from RGB is 122 - color contains mainly: blue. Hex color #031C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C7A is #FCE385. Grayscale: #1E1E1E. Windows color (decimal): -16573318 or 8002563. OLE color: 8002563.
HSL color Cylindrical-coordinate representation of color #031C7A: hue angle of 227.39º degrees, saturation: 0.95, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #031C7A is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 3 | 28 | 122 | - |
| CMYK | 0.98 | 0.77 | 0 | 0.52 |
| HSL | 227.4º | 0.95% | 0.25% | - |
| HSV(B) | 227.4º | 0.98% | 0.48% | - |
| XYZ | 3.97 | 2.26 | 18.64 | - |
| YUV | 31.24 | 179.22 | 107.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 122 | 0.98 | 0.77 | 0 | 0.52 | 227.4 | 0.95 | 0.25 |
| Hex | 3 | 1C | 7A | 62 | 4D | 0 | 34 | E3 | 5F | 19 |
| Octal | 3 | 34 | 172 | 142 | 115 | 0 | 64 | 343 | 137 | 31 |
| Binary | 11 | 11100 | 1111010 | 1100010 | 1001101 | 0 | 110100 | 11100011 | 1011111 | 11001 |
Color Harmonies of #031C7A
Complementary color
Monochromatic Colors of #031C7A
Black with #031C7A
Text Example
Text Example
White with #031C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C7A; }
p { color: rgb(3,28,122); }
H1.HeaderClassName
{
color: #031C7A;
}
.AnyTagClassName
{
color: #031C7A;
}
</style>
background-color css
<style>
a { background-color: #031C7A; }
a { background-color: rgb(3,28,122); }
div.DivClassName
{
background-color: #031C7A;
}
.BgClassName
{
background-color: #031C7A;
}
</style>
border-color css
<style>
span { border-color: #031C7A; }
span { border-color: rgb(3,28,122); }
td.TdClassName
{
border-color: #031C7A;
}
.TagClassName
{
border-color: #031C7A;
}
</style>