Shades of Sapphire #1B2E63
Tints of Sapphire #1B2E63
RGB
CMYK
RGB Variations
Color information
#1B2E63 (or 0x1B2E63) is known color: Sapphire. HEX triplet: 1B, 2E and 63. RGB value is (27,46,99). Sum of RGB (Red+Green+Blue) = 27+46+99=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #1B2E63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2E63 is #E4D19C. Grayscale: #2E2E2E. Windows color (decimal): -14995869 or 6499867. OLE color: 6499867.
HSL color Cylindrical-coordinate representation of color #1B2E63: hue angle of 224.17º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1B2E63 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 27 | 46 | 99 | - |
| CMYK | 0.73 | 0.54 | 0 | 0.61 |
| HSL | 224.17º | 0.57% | 0.25% | - |
| HSV(B) | 224.17º | 0.73% | 0.39% | - |
| XYZ | 3.68 | 3.09 | 12.21 | - |
| YUV | 46.36 | 157.71 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 99 | 0.73 | 0.54 | 0 | 0.61 | 224.17 | 0.57 | 0.25 |
| Hex | 1B | 2E | 63 | 49 | 36 | 0 | 3D | E0 | 39 | 19 |
| Octal | 33 | 56 | 143 | 111 | 66 | 0 | 75 | 340 | 71 | 31 |
| Binary | 11011 | 101110 | 1100011 | 1001001 | 110110 | 0 | 111101 | 11100000 | 111001 | 11001 |
Color Harmonies of #1B2E63
Complementary color
Monochromatic Colors of #1B2E63
Black with #1B2E63
Text Example
Text Example
White with #1B2E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E63; }
p { color: rgb(27,46,99); }
H1.HeaderClassName
{
color: #1B2E63;
}
.AnyTagClassName
{
color: #1B2E63;
}
</style>
background-color css
<style>
a { background-color: #1B2E63; }
a { background-color: rgb(27,46,99); }
div.DivClassName
{
background-color: #1B2E63;
}
.BgClassName
{
background-color: #1B2E63;
}
</style>
border-color css
<style>
span { border-color: #1B2E63; }
span { border-color: rgb(27,46,99); }
td.TdClassName
{
border-color: #1B2E63;
}
.TagClassName
{
border-color: #1B2E63;
}
</style>