Shades of Sapphire #031B53
Tints of Sapphire #031B53
RGB
CMYK
RGB Variations
Color information
#031B53 (or 0x031B53) is known color: Sapphire. HEX triplet: 03, 1B and 53. RGB value is (3,27,83). Sum of RGB (Red+Green+Blue) = 3+27+83=113 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.65% from 113); Green value is 27 (10.94% from 255 or 23.89% from 113); Blue value is 83 (32.81% from 255 or 73.45% from 113); Max value from RGB is 83 - color contains mainly: blue. Hex color #031B53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #031B53 is #FCE4AC. Grayscale: #191919. Windows color (decimal): -16573613 or 5446403. OLE color: 5446403.
HSL color Cylindrical-coordinate representation of color #031B53: hue angle of 222º 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 #031B53 is Cyan = 0.96, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 27 | 83 | - |
| CMYK | 0.96 | 0.67 | 0 | 0.67 |
| HSL | 222º | 0.93% | 0.17% | - |
| HSV(B) | 222º | 0.96% | 0.33% | - |
| XYZ | 1.99 | 1.43 | 8.35 | - |
| YUV | 26.21 | 160.05 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 27 | 83 | 0.96 | 0.67 | 0 | 0.67 | 222 | 0.93 | 0.17 |
| Hex | 3 | 1B | 53 | 60 | 43 | 0 | 43 | DE | 5D | 11 |
| Octal | 3 | 33 | 123 | 140 | 103 | 0 | 103 | 336 | 135 | 21 |
| Binary | 11 | 11011 | 1010011 | 1100000 | 1000011 | 0 | 1000011 | 11011110 | 1011101 | 10001 |
Color Harmonies of #031B53
Complementary color
Monochromatic Colors of #031B53
Black with #031B53
Text Example
Text Example
White with #031B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031B53; }
p { color: rgb(3,27,83); }
H1.HeaderClassName
{
color: #031B53;
}
.AnyTagClassName
{
color: #031B53;
}
</style>
background-color css
<style>
a { background-color: #031B53; }
a { background-color: rgb(3,27,83); }
div.DivClassName
{
background-color: #031B53;
}
.BgClassName
{
background-color: #031B53;
}
</style>
border-color css
<style>
span { border-color: #031B53; }
span { border-color: rgb(3,27,83); }
td.TdClassName
{
border-color: #031B53;
}
.TagClassName
{
border-color: #031B53;
}
</style>