Shades of Sapphire #1B3271
Tints of Sapphire #1B3271
RGB
CMYK
RGB Variations
Color information
#1B3271 (or 0x1B3271) is known color: Sapphire. HEX triplet: 1B, 32 and 71. RGB value is (27,50,113). Sum of RGB (Red+Green+Blue) = 27+50+113=190 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.21% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 113 (44.53% from 255 or 59.47% from 190); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B3271 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3271 is #E4CD8E. Grayscale: #323232. Windows color (decimal): -14994831 or 7418395. OLE color: 7418395.
HSL color Cylindrical-coordinate representation of color #1B3271: hue angle of 223.95º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B3271 is Cyan = 0.76, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 50 | 113 | - |
| CMYK | 0.76 | 0.56 | 0 | 0.56 |
| HSL | 223.95º | 0.61% | 0.27% | - |
| HSV(B) | 223.95º | 0.76% | 0.44% | - |
| XYZ | 4.57 | 3.71 | 16.1 | - |
| YUV | 50.31 | 163.38 | 111.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 113 | 0.76 | 0.56 | 0 | 0.56 | 223.95 | 0.61 | 0.27 |
| Hex | 1B | 32 | 71 | 4C | 38 | 0 | 38 | E0 | 3D | 1B |
| Octal | 33 | 62 | 161 | 114 | 70 | 0 | 70 | 340 | 75 | 33 |
| Binary | 11011 | 110010 | 1110001 | 1001100 | 111000 | 0 | 111000 | 11100000 | 111101 | 11011 |
Color Harmonies of #1B3271
Complementary color
Monochromatic Colors of #1B3271
Black with #1B3271
Text Example
Text Example
White with #1B3271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3271; }
p { color: rgb(27,50,113); }
H1.HeaderClassName
{
color: #1B3271;
}
.AnyTagClassName
{
color: #1B3271;
}
</style>
background-color css
<style>
a { background-color: #1B3271; }
a { background-color: rgb(27,50,113); }
div.DivClassName
{
background-color: #1B3271;
}
.BgClassName
{
background-color: #1B3271;
}
</style>
border-color css
<style>
span { border-color: #1B3271; }
span { border-color: rgb(27,50,113); }
td.TdClassName
{
border-color: #1B3271;
}
.TagClassName
{
border-color: #1B3271;
}
</style>