Shades of Sapphire #031E5C
Tints of Sapphire #031E5C
RGB
CMYK
RGB Variations
Color information
#031E5C (or 0x031E5C) is known color: Sapphire. HEX triplet: 03, 1E and 5C. RGB value is (3,30,92). Sum of RGB (Red+Green+Blue) = 3+30+92=125 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.4% from 125); Green value is 30 (12.11% from 255 or 24% from 125); Blue value is 92 (36.33% from 255 or 73.6% from 125); Max value from RGB is 92 - color contains mainly: blue. Hex color #031E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031E5C is #FCE1A3. Grayscale: #1C1C1C. Windows color (decimal): -16572836 or 6036995. OLE color: 6036995.
HSL color Cylindrical-coordinate representation of color #031E5C: hue angle of 221.8º 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 #031E5C is Cyan = 0.97, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 30 | 92 | - |
| CMYK | 0.97 | 0.67 | 0 | 0.64 |
| HSL | 221.8º | 0.94% | 0.19% | - |
| HSV(B) | 221.8º | 0.97% | 0.36% | - |
| XYZ | 2.43 | 1.72 | 10.33 | - |
| YUV | 29 | 163.55 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 30 | 92 | 0.97 | 0.67 | 0 | 0.64 | 221.8 | 0.94 | 0.19 |
| Hex | 3 | 1E | 5C | 61 | 43 | 0 | 40 | DE | 5E | 13 |
| Octal | 3 | 36 | 134 | 141 | 103 | 0 | 100 | 336 | 136 | 23 |
| Binary | 11 | 11110 | 1011100 | 1100001 | 1000011 | 0 | 1000000 | 11011110 | 1011110 | 10011 |
Color Harmonies of #031E5C
Complementary color
Monochromatic Colors of #031E5C
Black with #031E5C
Text Example
Text Example
White with #031E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031E5C; }
p { color: rgb(3,30,92); }
H1.HeaderClassName
{
color: #031E5C;
}
.AnyTagClassName
{
color: #031E5C;
}
</style>
background-color css
<style>
a { background-color: #031E5C; }
a { background-color: rgb(3,30,92); }
div.DivClassName
{
background-color: #031E5C;
}
.BgClassName
{
background-color: #031E5C;
}
</style>
border-color css
<style>
span { border-color: #031E5C; }
span { border-color: rgb(3,30,92); }
td.TdClassName
{
border-color: #031E5C;
}
.TagClassName
{
border-color: #031E5C;
}
</style>