Shades of Sapphire #1B2F75
Tints of Sapphire #1B2F75
RGB
CMYK
RGB Variations
Color information
#1B2F75 (or 0x1B2F75) is known color: Sapphire. HEX triplet: 1B, 2F and 75. RGB value is (27,47,117). Sum of RGB (Red+Green+Blue) = 27+47+117=191 (25% of max value = 765). Red value is 27 (10.94% from 255 or 14.14% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B2F75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2F75 is #E4D08A. Grayscale: #303030. Windows color (decimal): -14995595 or 7679771. OLE color: 7679771.
HSL color Cylindrical-coordinate representation of color #1B2F75: hue angle of 226.67º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1B2F75 is Cyan = 0.77, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 27 | 47 | 117 | - |
| CMYK | 0.77 | 0.60 | 0 | 0.54 |
| HSL | 226.67º | 0.63% | 0.28% | - |
| HSV(B) | 226.67º | 0.77% | 0.46% | - |
| XYZ | 4.68 | 3.55 | 17.27 | - |
| YUV | 49 | 166.37 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 117 | 0.77 | 0.60 | 0 | 0.54 | 226.67 | 0.63 | 0.28 |
| Hex | 1B | 2F | 75 | 4D | 3C | 0 | 36 | E3 | 3E | 1C |
| Octal | 33 | 57 | 165 | 115 | 74 | 0 | 66 | 343 | 76 | 34 |
| Binary | 11011 | 101111 | 1110101 | 1001101 | 111100 | 0 | 110110 | 11100011 | 111110 | 11100 |
Color Harmonies of #1B2F75
Complementary color
Monochromatic Colors of #1B2F75
Black with #1B2F75
Text Example
Text Example
White with #1B2F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F75; }
p { color: rgb(27,47,117); }
H1.HeaderClassName
{
color: #1B2F75;
}
.AnyTagClassName
{
color: #1B2F75;
}
</style>
background-color css
<style>
a { background-color: #1B2F75; }
a { background-color: rgb(27,47,117); }
div.DivClassName
{
background-color: #1B2F75;
}
.BgClassName
{
background-color: #1B2F75;
}
</style>
border-color css
<style>
span { border-color: #1B2F75; }
span { border-color: rgb(27,47,117); }
td.TdClassName
{
border-color: #1B2F75;
}
.TagClassName
{
border-color: #1B2F75;
}
</style>