Shades of Sapphire #031C55
Tints of Sapphire #031C55
RGB
CMYK
RGB Variations
Color information
#031C55 (or 0x031C55) is known color: Sapphire. HEX triplet: 03, 1C and 55. RGB value is (3,28,85). Sum of RGB (Red+Green+Blue) = 3+28+85=116 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.59% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 85 (33.59% from 255 or 73.28% from 116); Max value from RGB is 85 - color contains mainly: blue. Hex color #031C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C55 is #FCE3AA. Grayscale: #1A1A1A. Windows color (decimal): -16573355 or 5577731. OLE color: 5577731.
HSL color Cylindrical-coordinate representation of color #031C55: hue angle of 221.71º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031C55 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 28 | 85 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.67 |
| HSL | 221.71º | 0.93% | 0.17% | - |
| HSV(B) | 221.71º | 0.96% | 0.33% | - |
| XYZ | 2.09 | 1.51 | 8.77 | - |
| YUV | 27.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 85 | 0.96 | 0.67 | 0 | 0.67 | 221.71 | 0.93 | 0.17 |
| Hex | 3 | 1C | 55 | 60 | 43 | 0 | 43 | DE | 5D | 11 |
| Octal | 3 | 34 | 125 | 140 | 103 | 0 | 103 | 336 | 135 | 21 |
| Binary | 11 | 11100 | 1010101 | 1100000 | 1000011 | 0 | 1000011 | 11011110 | 1011101 | 10001 |
Color Harmonies of #031C55
Complementary color
Monochromatic Colors of #031C55
Black with #031C55
Text Example
Text Example
White with #031C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C55; }
p { color: rgb(3,28,85); }
H1.HeaderClassName
{
color: #031C55;
}
.AnyTagClassName
{
color: #031C55;
}
</style>
background-color css
<style>
a { background-color: #031C55; }
a { background-color: rgb(3,28,85); }
div.DivClassName
{
background-color: #031C55;
}
.BgClassName
{
background-color: #031C55;
}
</style>
border-color css
<style>
span { border-color: #031C55; }
span { border-color: rgb(3,28,85); }
td.TdClassName
{
border-color: #031C55;
}
.TagClassName
{
border-color: #031C55;
}
</style>