Shades of Sapphire #031C5D
Tints of Sapphire #031C5D
RGB
CMYK
RGB Variations
Color information
#031C5D (or 0x031C5D) is known color: Sapphire. HEX triplet: 03, 1C and 5D. RGB value is (3,28,93). Sum of RGB (Red+Green+Blue) = 3+28+93=124 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.42% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 93 (36.72% from 255 or 75% from 124); Max value from RGB is 93 - color contains mainly: blue. Hex color #031C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C5D is #FCE3A2. Grayscale: #1B1B1B. Windows color (decimal): -16573347 or 6102019. OLE color: 6102019.
HSL color Cylindrical-coordinate representation of color #031C5D: hue angle of 223.33º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C5D is Cyan = 0.97, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 28 | 93 | - |
| CMYK | 0.97 | 0.70 | 0 | 0.64 |
| HSL | 223.33º | 0.94% | 0.19% | - |
| HSV(B) | 223.33º | 0.97% | 0.36% | - |
| XYZ | 2.43 | 1.64 | 10.54 | - |
| YUV | 27.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 93 | 0.97 | 0.70 | 0 | 0.64 | 223.33 | 0.94 | 0.19 |
| Hex | 3 | 1C | 5D | 61 | 46 | 0 | 40 | DF | 5E | 13 |
| Octal | 3 | 34 | 135 | 141 | 106 | 0 | 100 | 337 | 136 | 23 |
| Binary | 11 | 11100 | 1011101 | 1100001 | 1000110 | 0 | 1000000 | 11011111 | 1011110 | 10011 |
Color Harmonies of #031C5D
Complementary color
Monochromatic Colors of #031C5D
Black with #031C5D
Text Example
Text Example
White with #031C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C5D; }
p { color: rgb(3,28,93); }
H1.HeaderClassName
{
color: #031C5D;
}
.AnyTagClassName
{
color: #031C5D;
}
</style>
background-color css
<style>
a { background-color: #031C5D; }
a { background-color: rgb(3,28,93); }
div.DivClassName
{
background-color: #031C5D;
}
.BgClassName
{
background-color: #031C5D;
}
</style>
border-color css
<style>
span { border-color: #031C5D; }
span { border-color: rgb(3,28,93); }
td.TdClassName
{
border-color: #031C5D;
}
.TagClassName
{
border-color: #031C5D;
}
</style>