Shades of Sapphire #031C66
Tints of Sapphire #031C66
RGB
CMYK
RGB Variations
Color information
#031C66 (or 0x031C66) is known color: Sapphire. HEX triplet: 03, 1C and 66. RGB value is (3,28,102). Sum of RGB (Red+Green+Blue) = 3+28+102=133 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.26% from 133); Green value is 28 (11.33% from 255 or 21.05% from 133); Blue value is 102 (40.23% from 255 or 76.69% from 133); Max value from RGB is 102 - color contains mainly: blue. Hex color #031C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C66 is #FCE399. Grayscale: #1C1C1C. Windows color (decimal): -16573338 or 6691843. OLE color: 6691843.
HSL color Cylindrical-coordinate representation of color #031C66: hue angle of 224.85º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C66 is Cyan = 0.97, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 3 | 28 | 102 | - |
| CMYK | 0.97 | 0.73 | 0 | 0.6 |
| HSL | 224.85º | 0.94% | 0.21% | - |
| HSV(B) | 224.85º | 0.97% | 0.4% | - |
| XYZ | 2.85 | 1.81 | 12.77 | - |
| YUV | 28.96 | 169.22 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 102 | 0.97 | 0.73 | 0 | 0.6 | 224.85 | 0.94 | 0.21 |
| Hex | 3 | 1C | 66 | 61 | 49 | 0 | 3C | E1 | 5E | 15 |
| Octal | 3 | 34 | 146 | 141 | 111 | 0 | 74 | 341 | 136 | 25 |
| Binary | 11 | 11100 | 1100110 | 1100001 | 1001001 | 0 | 111100 | 11100001 | 1011110 | 10101 |
Color Harmonies of #031C66
Complementary color
Monochromatic Colors of #031C66
Black with #031C66
Text Example
Text Example
White with #031C66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C66; }
p { color: rgb(3,28,102); }
H1.HeaderClassName
{
color: #031C66;
}
.AnyTagClassName
{
color: #031C66;
}
</style>
background-color css
<style>
a { background-color: #031C66; }
a { background-color: rgb(3,28,102); }
div.DivClassName
{
background-color: #031C66;
}
.BgClassName
{
background-color: #031C66;
}
</style>
border-color css
<style>
span { border-color: #031C66; }
span { border-color: rgb(3,28,102); }
td.TdClassName
{
border-color: #031C66;
}
.TagClassName
{
border-color: #031C66;
}
</style>