Shades of Sapphire #031C4D
Tints of Sapphire #031C4D
RGB
CMYK
RGB Variations
Color information
#031C4D (or 0x031C4D) is known color: Sapphire. HEX triplet: 03, 1C and 4D. RGB value is (3,28,77). Sum of RGB (Red+Green+Blue) = 3+28+77=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 77 (30.47% from 255 or 71.30% from 108); Max value from RGB is 77 - color contains mainly: blue. Hex color #031C4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C4D is #FCE3B2. Grayscale: #191919. Windows color (decimal): -16573363 or 5053443. OLE color: 5053443.
HSL color Cylindrical-coordinate representation of color #031C4D: hue angle of 219.73º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031C4D is Cyan = 0.96, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 3 | 28 | 77 | - |
| CMYK | 0.96 | 0.64 | 0 | 0.70 |
| HSL | 219.73º | 0.93% | 0.16% | - |
| HSV(B) | 219.73º | 0.96% | 0.3% | - |
| XYZ | 1.79 | 1.39 | 7.19 | - |
| YUV | 26.11 | 156.72 | 111.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 77 | 0.96 | 0.64 | 0 | 0.70 | 219.73 | 0.93 | 0.16 |
| Hex | 3 | 1C | 4D | 60 | 40 | 0 | 46 | DC | 5C | 10 |
| Octal | 3 | 34 | 115 | 140 | 100 | 0 | 106 | 334 | 134 | 20 |
| Binary | 11 | 11100 | 1001101 | 1100000 | 1000000 | 0 | 1000110 | 11011100 | 1011100 | 10000 |
Color Harmonies of #031C4D
Complementary color
Monochromatic Colors of #031C4D
Black with #031C4D
Text Example
Text Example
White with #031C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C4D; }
p { color: rgb(3,28,77); }
H1.HeaderClassName
{
color: #031C4D;
}
.AnyTagClassName
{
color: #031C4D;
}
</style>
background-color css
<style>
a { background-color: #031C4D; }
a { background-color: rgb(3,28,77); }
div.DivClassName
{
background-color: #031C4D;
}
.BgClassName
{
background-color: #031C4D;
}
</style>
border-color css
<style>
span { border-color: #031C4D; }
span { border-color: rgb(3,28,77); }
td.TdClassName
{
border-color: #031C4D;
}
.TagClassName
{
border-color: #031C4D;
}
</style>