Shades of Sapphire #031B55
Tints of Sapphire #031B55
RGB
CMYK
RGB Variations
Color information
#031B55 (or 0x031B55) is known color: Sapphire. HEX triplet: 03, 1B and 55. RGB value is (3,27,85). Sum of RGB (Red+Green+Blue) = 3+27+85=115 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.61% from 115); Green value is 27 (10.94% from 255 or 23.48% from 115); Blue value is 85 (33.59% from 255 or 73.91% from 115); Max value from RGB is 85 - color contains mainly: blue. Hex color #031B55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B55 is #FCE4AA. Grayscale: #1A1A1A. Windows color (decimal): -16573611 or 5577475. OLE color: 5577475.
HSL color Cylindrical-coordinate representation of color #031B55: hue angle of 222.44º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #031B55 is Cyan = 0.96, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 27 | 85 | - |
| CMYK | 0.96 | 0.68 | 0 | 0.67 |
| HSL | 222.44º | 0.93% | 0.17% | - |
| HSV(B) | 222.44º | 0.96% | 0.33% | - |
| XYZ | 2.07 | 1.46 | 8.77 | - |
| YUV | 26.44 | 161.05 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 85 | 0.96 | 0.68 | 0 | 0.67 | 222.44 | 0.93 | 0.17 |
| Hex | 3 | 1B | 55 | 60 | 44 | 0 | 43 | DE | 5D | 11 |
| Octal | 3 | 33 | 125 | 140 | 104 | 0 | 103 | 336 | 135 | 21 |
| Binary | 11 | 11011 | 1010101 | 1100000 | 1000100 | 0 | 1000011 | 11011110 | 1011101 | 10001 |
Color Harmonies of #031B55
Complementary color
Monochromatic Colors of #031B55
Black with #031B55
Text Example
Text Example
White with #031B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B55; }
p { color: rgb(3,27,85); }
H1.HeaderClassName
{
color: #031B55;
}
.AnyTagClassName
{
color: #031B55;
}
</style>
background-color css
<style>
a { background-color: #031B55; }
a { background-color: rgb(3,27,85); }
div.DivClassName
{
background-color: #031B55;
}
.BgClassName
{
background-color: #031B55;
}
</style>
border-color css
<style>
span { border-color: #031B55; }
span { border-color: rgb(3,27,85); }
td.TdClassName
{
border-color: #031B55;
}
.TagClassName
{
border-color: #031B55;
}
</style>