Shades of Sapphire #031C68
Tints of Sapphire #031C68
RGB
CMYK
RGB Variations
Color information
#031C68 (or 0x031C68) is known color: Sapphire. HEX triplet: 03, 1C and 68. RGB value is (3,28,104). Sum of RGB (Red+Green+Blue) = 3+28+104=135 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.22% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 104 (41.02% from 255 or 77.04% from 135); Max value from RGB is 104 - color contains mainly: blue. Hex color #031C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C68 is #FCE397. Grayscale: #1C1C1C. Windows color (decimal): -16573336 or 6822915. OLE color: 6822915.
HSL color Cylindrical-coordinate representation of color #031C68: hue angle of 225.15º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C68 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 3 | 28 | 104 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.59 |
| HSL | 225.15º | 0.94% | 0.21% | - |
| HSV(B) | 225.15º | 0.97% | 0.41% | - |
| XYZ | 2.95 | 1.85 | 13.3 | - |
| YUV | 29.19 | 170.22 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 104 | 0.97 | 0.73 | 0 | 0.59 | 225.15 | 0.94 | 0.21 |
| Hex | 3 | 1C | 68 | 61 | 49 | 0 | 3B | E1 | 5E | 15 |
| Octal | 3 | 34 | 150 | 141 | 111 | 0 | 73 | 341 | 136 | 25 |
| Binary | 11 | 11100 | 1101000 | 1100001 | 1001001 | 0 | 111011 | 11100001 | 1011110 | 10101 |
Color Harmonies of #031C68
Complementary color
Monochromatic Colors of #031C68
Black with #031C68
Text Example
Text Example
White with #031C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C68; }
p { color: rgb(3,28,104); }
H1.HeaderClassName
{
color: #031C68;
}
.AnyTagClassName
{
color: #031C68;
}
</style>
background-color css
<style>
a { background-color: #031C68; }
a { background-color: rgb(3,28,104); }
div.DivClassName
{
background-color: #031C68;
}
.BgClassName
{
background-color: #031C68;
}
</style>
border-color css
<style>
span { border-color: #031C68; }
span { border-color: rgb(3,28,104); }
td.TdClassName
{
border-color: #031C68;
}
.TagClassName
{
border-color: #031C68;
}
</style>