Shades of Sapphire #1B2C62
Tints of Sapphire #1B2C62
RGB
CMYK
RGB Variations
Color information
#1B2C62 (or 0x1B2C62) is known color: Sapphire. HEX triplet: 1B, 2C and 62. RGB value is (27,44,98). Sum of RGB (Red+Green+Blue) = 27+44+98=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 98 (38.67% from 255 or 57.99% from 169); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B2C62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2C62 is #E4D39D. Grayscale: #2C2C2C. Windows color (decimal): -14996382 or 6433819. OLE color: 6433819.
HSL color Cylindrical-coordinate representation of color #1B2C62: hue angle of 225.63º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1B2C62 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 44 | 98 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.62 |
| HSL | 225.63º | 0.57% | 0.25% | - |
| HSV(B) | 225.63º | 0.72% | 0.38% | - |
| XYZ | 3.56 | 2.92 | 11.93 | - |
| YUV | 45.07 | 157.87 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 44 | 98 | 0.72 | 0.55 | 0 | 0.62 | 225.63 | 0.57 | 0.25 |
| Hex | 1B | 2C | 62 | 48 | 37 | 0 | 3E | E2 | 39 | 19 |
| Octal | 33 | 54 | 142 | 110 | 67 | 0 | 76 | 342 | 71 | 31 |
| Binary | 11011 | 101100 | 1100010 | 1001000 | 110111 | 0 | 111110 | 11100010 | 111001 | 11001 |
Color Harmonies of #1B2C62
Complementary color
Monochromatic Colors of #1B2C62
Black with #1B2C62
Text Example
Text Example
White with #1B2C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2C62; }
p { color: rgb(27,44,98); }
H1.HeaderClassName
{
color: #1B2C62;
}
.AnyTagClassName
{
color: #1B2C62;
}
</style>
background-color css
<style>
a { background-color: #1B2C62; }
a { background-color: rgb(27,44,98); }
div.DivClassName
{
background-color: #1B2C62;
}
.BgClassName
{
background-color: #1B2C62;
}
</style>
border-color css
<style>
span { border-color: #1B2C62; }
span { border-color: rgb(27,44,98); }
td.TdClassName
{
border-color: #1B2C62;
}
.TagClassName
{
border-color: #1B2C62;
}
</style>