Shades of Sapphire #1B2E72
Tints of Sapphire #1B2E72
RGB
CMYK
RGB Variations
Color information
#1B2E72 (or 0x1B2E72) is known color: Sapphire. HEX triplet: 1B, 2E and 72. RGB value is (27,46,114). Sum of RGB (Red+Green+Blue) = 27+46+114=187 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.44% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 114 (44.92% from 255 or 60.96% from 187); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B2E72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2E72 is #E4D18D. Grayscale: #2F2F2F. Windows color (decimal): -14995854 or 7482907. OLE color: 7482907.
HSL color Cylindrical-coordinate representation of color #1B2E72: hue angle of 226.9º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B2E72 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 27 | 46 | 114 | - |
| CMYK | 0.76 | 0.60 | 0 | 0.55 |
| HSL | 226.9º | 0.62% | 0.28% | - |
| HSV(B) | 226.9º | 0.76% | 0.45% | - |
| XYZ | 4.47 | 3.4 | 16.34 | - |
| YUV | 48.07 | 165.21 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 114 | 0.76 | 0.60 | 0 | 0.55 | 226.9 | 0.62 | 0.28 |
| Hex | 1B | 2E | 72 | 4C | 3C | 0 | 37 | E3 | 3E | 1C |
| Octal | 33 | 56 | 162 | 114 | 74 | 0 | 67 | 343 | 76 | 34 |
| Binary | 11011 | 101110 | 1110010 | 1001100 | 111100 | 0 | 110111 | 11100011 | 111110 | 11100 |
Color Harmonies of #1B2E72
Complementary color
Monochromatic Colors of #1B2E72
Black with #1B2E72
Text Example
Text Example
White with #1B2E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E72; }
p { color: rgb(27,46,114); }
H1.HeaderClassName
{
color: #1B2E72;
}
.AnyTagClassName
{
color: #1B2E72;
}
</style>
background-color css
<style>
a { background-color: #1B2E72; }
a { background-color: rgb(27,46,114); }
div.DivClassName
{
background-color: #1B2E72;
}
.BgClassName
{
background-color: #1B2E72;
}
</style>
border-color css
<style>
span { border-color: #1B2E72; }
span { border-color: rgb(27,46,114); }
td.TdClassName
{
border-color: #1B2E72;
}
.TagClassName
{
border-color: #1B2E72;
}
</style>