Shades of Sapphire #1B3470
Tints of Sapphire #1B3470
RGB
CMYK
RGB Variations
Color information
#1B3470 (or 0x1B3470) is known color: Sapphire. HEX triplet: 1B, 34 and 70. RGB value is (27,52,112). Sum of RGB (Red+Green+Blue) = 27+52+112=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 112 (44.14% from 255 or 58.64% from 191); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B3470 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B3470 is #E4CB8F. Grayscale: #333333. Windows color (decimal): -14994320 or 7353371. OLE color: 7353371.
HSL color Cylindrical-coordinate representation of color #1B3470: hue angle of 222.35º 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 #1B3470 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 27 | 52 | 112 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.56 |
| HSL | 222.35º | 0.61% | 0.27% | - |
| HSV(B) | 222.35º | 0.76% | 0.44% | - |
| XYZ | 4.6 | 3.86 | 15.83 | - |
| YUV | 51.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 52 | 112 | 0.76 | 0.54 | 0 | 0.56 | 222.35 | 0.61 | 0.27 |
| Hex | 1B | 34 | 70 | 4C | 36 | 0 | 38 | DE | 3D | 1B |
| Octal | 33 | 64 | 160 | 114 | 66 | 0 | 70 | 336 | 75 | 33 |
| Binary | 11011 | 110100 | 1110000 | 1001100 | 110110 | 0 | 111000 | 11011110 | 111101 | 11011 |
Color Harmonies of #1B3470
Complementary color
Monochromatic Colors of #1B3470
Black with #1B3470
Text Example
Text Example
White with #1B3470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B3470; }
p { color: rgb(27,52,112); }
H1.HeaderClassName
{
color: #1B3470;
}
.AnyTagClassName
{
color: #1B3470;
}
</style>
background-color css
<style>
a { background-color: #1B3470; }
a { background-color: rgb(27,52,112); }
div.DivClassName
{
background-color: #1B3470;
}
.BgClassName
{
background-color: #1B3470;
}
</style>
border-color css
<style>
span { border-color: #1B3470; }
span { border-color: rgb(27,52,112); }
td.TdClassName
{
border-color: #1B3470;
}
.TagClassName
{
border-color: #1B3470;
}
</style>