Shades of Sapphire #1B2F67
Tints of Sapphire #1B2F67
RGB
CMYK
RGB Variations
Color information
#1B2F67 (or 0x1B2F67) is known color: Sapphire. HEX triplet: 1B, 2F and 67. RGB value is (27,47,103). Sum of RGB (Red+Green+Blue) = 27+47+103=177 (23% of max value = 765). Red value is 27 (10.94% from 255 or 15.25% from 177); Green value is 47 (18.75% from 255 or 26.55% from 177); Blue value is 103 (40.62% from 255 or 58.19% from 177); Max value from RGB is 103 - color contains mainly: blue. Hex color #1B2F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2F67 is #E4D098. Grayscale: #2F2F2F. Windows color (decimal): -14995609 or 6762267. OLE color: 6762267.
HSL color Cylindrical-coordinate representation of color #1B2F67: hue angle of 224.21º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B2F67 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 47 | 103 | - |
| CMYK | 0.74 | 0.54 | 0 | 0.60 |
| HSL | 224.21º | 0.58% | 0.25% | - |
| HSV(B) | 224.21º | 0.74% | 0.4% | - |
| XYZ | 3.92 | 3.25 | 13.25 | - |
| YUV | 47.4 | 159.37 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 103 | 0.74 | 0.54 | 0 | 0.60 | 224.21 | 0.58 | 0.25 |
| Hex | 1B | 2F | 67 | 4A | 36 | 0 | 3C | E0 | 3A | 19 |
| Octal | 33 | 57 | 147 | 112 | 66 | 0 | 74 | 340 | 72 | 31 |
| Binary | 11011 | 101111 | 1100111 | 1001010 | 110110 | 0 | 111100 | 11100000 | 111010 | 11001 |
Color Harmonies of #1B2F67
Complementary color
Monochromatic Colors of #1B2F67
Black with #1B2F67
Text Example
Text Example
White with #1B2F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F67; }
p { color: rgb(27,47,103); }
H1.HeaderClassName
{
color: #1B2F67;
}
.AnyTagClassName
{
color: #1B2F67;
}
</style>
background-color css
<style>
a { background-color: #1B2F67; }
a { background-color: rgb(27,47,103); }
div.DivClassName
{
background-color: #1B2F67;
}
.BgClassName
{
background-color: #1B2F67;
}
</style>
border-color css
<style>
span { border-color: #1B2F67; }
span { border-color: rgb(27,47,103); }
td.TdClassName
{
border-color: #1B2F67;
}
.TagClassName
{
border-color: #1B2F67;
}
</style>