Shades of Sapphire #031C62
Tints of Sapphire #031C62
RGB
CMYK
RGB Variations
Color information
#031C62 (or 0x031C62) is known color: Sapphire. HEX triplet: 03, 1C and 62. RGB value is (3,28,98). Sum of RGB (Red+Green+Blue) = 3+28+98=129 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.33% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 98 (38.67% from 255 or 75.97% from 129); Max value from RGB is 98 - color contains mainly: blue. Hex color #031C62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C62 is #FCE39D. Grayscale: #1C1C1C. Windows color (decimal): -16573342 or 6429699. OLE color: 6429699.
HSL color Cylindrical-coordinate representation of color #031C62: hue angle of 224.21º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C62 is Cyan = 0.97, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 3 | 28 | 98 | - |
| CMYK | 0.97 | 0.71 | 0 | 0.62 |
| HSL | 224.21º | 0.94% | 0.2% | - |
| HSV(B) | 224.21º | 0.97% | 0.38% | - |
| XYZ | 2.66 | 1.73 | 11.75 | - |
| YUV | 28.51 | 167.22 | 109.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 98 | 0.97 | 0.71 | 0 | 0.62 | 224.21 | 0.94 | 0.2 |
| Hex | 3 | 1C | 62 | 61 | 47 | 0 | 3E | E0 | 5E | 14 |
| Octal | 3 | 34 | 142 | 141 | 107 | 0 | 76 | 340 | 136 | 24 |
| Binary | 11 | 11100 | 1100010 | 1100001 | 1000111 | 0 | 111110 | 11100000 | 1011110 | 10100 |
Color Harmonies of #031C62
Complementary color
Monochromatic Colors of #031C62
Black with #031C62
Text Example
Text Example
White with #031C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C62; }
p { color: rgb(3,28,98); }
H1.HeaderClassName
{
color: #031C62;
}
.AnyTagClassName
{
color: #031C62;
}
</style>
background-color css
<style>
a { background-color: #031C62; }
a { background-color: rgb(3,28,98); }
div.DivClassName
{
background-color: #031C62;
}
.BgClassName
{
background-color: #031C62;
}
</style>
border-color css
<style>
span { border-color: #031C62; }
span { border-color: rgb(3,28,98); }
td.TdClassName
{
border-color: #031C62;
}
.TagClassName
{
border-color: #031C62;
}
</style>