Shades of Sapphire #031C5B
Tints of Sapphire #031C5B
RGB
CMYK
RGB Variations
Color information
#031C5B (or 0x031C5B) is known color: Sapphire. HEX triplet: 03, 1C and 5B. RGB value is (3,28,91). Sum of RGB (Red+Green+Blue) = 3+28+91=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 91 (35.94% from 255 or 74.59% from 122); Max value from RGB is 91 - color contains mainly: blue. Hex color #031C5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031C5B is #FCE3A4. Grayscale: #1B1B1B. Windows color (decimal): -16573349 or 5970947. OLE color: 5970947.
HSL color Cylindrical-coordinate representation of color #031C5B: hue angle of 222.95º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #031C5B is Cyan = 0.97, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 3 | 28 | 91 | - |
| CMYK | 0.97 | 0.69 | 0 | 0.64 |
| HSL | 222.95º | 0.94% | 0.18% | - |
| HSV(B) | 222.95º | 0.97% | 0.36% | - |
| XYZ | 2.34 | 1.61 | 10.08 | - |
| YUV | 27.71 | 163.72 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 28 | 91 | 0.97 | 0.69 | 0 | 0.64 | 222.95 | 0.94 | 0.18 |
| Hex | 3 | 1C | 5B | 61 | 45 | 0 | 40 | DF | 5E | 12 |
| Octal | 3 | 34 | 133 | 141 | 105 | 0 | 100 | 337 | 136 | 22 |
| Binary | 11 | 11100 | 1011011 | 1100001 | 1000101 | 0 | 1000000 | 11011111 | 1011110 | 10010 |
Color Harmonies of #031C5B
Complementary color
Monochromatic Colors of #031C5B
Black with #031C5B
Text Example
Text Example
White with #031C5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031C5B; }
p { color: rgb(3,28,91); }
H1.HeaderClassName
{
color: #031C5B;
}
.AnyTagClassName
{
color: #031C5B;
}
</style>
background-color css
<style>
a { background-color: #031C5B; }
a { background-color: rgb(3,28,91); }
div.DivClassName
{
background-color: #031C5B;
}
.BgClassName
{
background-color: #031C5B;
}
</style>
border-color css
<style>
span { border-color: #031C5B; }
span { border-color: rgb(3,28,91); }
td.TdClassName
{
border-color: #031C5B;
}
.TagClassName
{
border-color: #031C5B;
}
</style>