Shades of Sapphire #1B2E6E
Tints of Sapphire #1B2E6E
RGB
CMYK
RGB Variations
Color information
#1B2E6E (or 0x1B2E6E) is known color: Sapphire. HEX triplet: 1B, 2E and 6E. RGB value is (27,46,110). Sum of RGB (Red+Green+Blue) = 27+46+110=183 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.75% from 183); Green value is 46 (18.36% from 255 or 25.14% from 183); Blue value is 110 (43.36% from 255 or 60.11% from 183); Max value from RGB is 110 - color contains mainly: blue. Hex color #1B2E6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2E6E is #E4D191. Grayscale: #2F2F2F. Windows color (decimal): -14995858 or 7220763. OLE color: 7220763.
HSL color Cylindrical-coordinate representation of color #1B2E6E: hue angle of 226.27º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1B2E6E is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 27 | 46 | 110 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.57 |
| HSL | 226.27º | 0.61% | 0.27% | - |
| HSV(B) | 226.27º | 0.75% | 0.43% | - |
| XYZ | 4.24 | 3.31 | 15.17 | - |
| YUV | 47.62 | 163.21 | 113.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 110 | 0.75 | 0.58 | 0 | 0.57 | 226.27 | 0.61 | 0.27 |
| Hex | 1B | 2E | 6E | 4B | 3A | 0 | 39 | E2 | 3D | 1B |
| Octal | 33 | 56 | 156 | 113 | 72 | 0 | 71 | 342 | 75 | 33 |
| Binary | 11011 | 101110 | 1101110 | 1001011 | 111010 | 0 | 111001 | 11100010 | 111101 | 11011 |
Color Harmonies of #1B2E6E
Complementary color
Monochromatic Colors of #1B2E6E
Black with #1B2E6E
Text Example
Text Example
White with #1B2E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E6E; }
p { color: rgb(27,46,110); }
H1.HeaderClassName
{
color: #1B2E6E;
}
.AnyTagClassName
{
color: #1B2E6E;
}
</style>
background-color css
<style>
a { background-color: #1B2E6E; }
a { background-color: rgb(27,46,110); }
div.DivClassName
{
background-color: #1B2E6E;
}
.BgClassName
{
background-color: #1B2E6E;
}
</style>
border-color css
<style>
span { border-color: #1B2E6E; }
span { border-color: rgb(27,46,110); }
td.TdClassName
{
border-color: #1B2E6E;
}
.TagClassName
{
border-color: #1B2E6E;
}
</style>