Shades of Sapphire #1B2F62
Tints of Sapphire #1B2F62
RGB
CMYK
RGB Variations
Color information
#1B2F62 (or 0x1B2F62) is known color: Sapphire. HEX triplet: 1B, 2F and 62. RGB value is (27,47,98). Sum of RGB (Red+Green+Blue) = 27+47+98=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 47 (18.75% from 255 or 27.33% from 172); Blue value is 98 (38.67% from 255 or 56.98% from 172); Max value from RGB is 98 - color contains mainly: blue. Hex color #1B2F62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2F62 is #E4D09D. Grayscale: #2E2E2E. Windows color (decimal): -14995614 or 6434587. OLE color: 6434587.
HSL color Cylindrical-coordinate representation of color #1B2F62: hue angle of 223.1º 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 #1B2F62 is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 27 | 47 | 98 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.62 |
| HSL | 223.1º | 0.57% | 0.25% | - |
| HSV(B) | 223.1º | 0.72% | 0.38% | - |
| XYZ | 3.67 | 3.15 | 11.97 | - |
| YUV | 46.83 | 156.87 | 113.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 98 | 0.72 | 0.52 | 0 | 0.62 | 223.1 | 0.57 | 0.25 |
| Hex | 1B | 2F | 62 | 48 | 34 | 0 | 3E | DF | 39 | 19 |
| Octal | 33 | 57 | 142 | 110 | 64 | 0 | 76 | 337 | 71 | 31 |
| Binary | 11011 | 101111 | 1100010 | 1001000 | 110100 | 0 | 111110 | 11011111 | 111001 | 11001 |
Color Harmonies of #1B2F62
Complementary color
Monochromatic Colors of #1B2F62
Black with #1B2F62
Text Example
Text Example
White with #1B2F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F62; }
p { color: rgb(27,47,98); }
H1.HeaderClassName
{
color: #1B2F62;
}
.AnyTagClassName
{
color: #1B2F62;
}
</style>
background-color css
<style>
a { background-color: #1B2F62; }
a { background-color: rgb(27,47,98); }
div.DivClassName
{
background-color: #1B2F62;
}
.BgClassName
{
background-color: #1B2F62;
}
</style>
border-color css
<style>
span { border-color: #1B2F62; }
span { border-color: rgb(27,47,98); }
td.TdClassName
{
border-color: #1B2F62;
}
.TagClassName
{
border-color: #1B2F62;
}
</style>