Shades of Sapphire #1B3270
Tints of Sapphire #1B3270
RGB
CMYK
RGB Variations
Color information
#1B3270 (or 0x1B3270) is known color: Sapphire. HEX triplet: 1B, 32 and 70. RGB value is (27,50,112). Sum of RGB (Red+Green+Blue) = 27+50+112=189 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.29% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3270 is #E4CD8F. Grayscale: #313131. Windows color (decimal): -14994832 or 7352859. OLE color: 7352859.
HSL color Cylindrical-coordinate representation of color #1B3270: hue angle of 223.76º 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 #1B3270 is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 50 | 112 | - |
| CMYK | 0.76 | 0.55 | 0 | 0.56 |
| HSL | 223.76º | 0.61% | 0.27% | - |
| HSV(B) | 223.76º | 0.76% | 0.44% | - |
| XYZ | 4.52 | 3.68 | 15.8 | - |
| YUV | 50.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 50 | 112 | 0.76 | 0.55 | 0 | 0.56 | 223.76 | 0.61 | 0.27 |
| Hex | 1B | 32 | 70 | 4C | 37 | 0 | 38 | E0 | 3D | 1B |
| Octal | 33 | 62 | 160 | 114 | 67 | 0 | 70 | 340 | 75 | 33 |
| Binary | 11011 | 110010 | 1110000 | 1001100 | 110111 | 0 | 111000 | 11100000 | 111101 | 11011 |
Color Harmonies of #1B3270
Complementary color
Monochromatic Colors of #1B3270
Black with #1B3270
Text Example
Text Example
White with #1B3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3270; }
p { color: rgb(27,50,112); }
H1.HeaderClassName
{
color: #1B3270;
}
.AnyTagClassName
{
color: #1B3270;
}
</style>
background-color css
<style>
a { background-color: #1B3270; }
a { background-color: rgb(27,50,112); }
div.DivClassName
{
background-color: #1B3270;
}
.BgClassName
{
background-color: #1B3270;
}
</style>
border-color css
<style>
span { border-color: #1B3270; }
span { border-color: rgb(27,50,112); }
td.TdClassName
{
border-color: #1B3270;
}
.TagClassName
{
border-color: #1B3270;
}
</style>