Shades of Sapphire #1B2A67
Tints of Sapphire #1B2A67
RGB
CMYK
RGB Variations
Color information
#1B2A67 (or 0x1B2A67) is known color: Sapphire. HEX triplet: 1B, 2A and 67. RGB value is (27,42,103). Sum of RGB (Red+Green+Blue) = 27+42+103=172 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.70% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 103 (40.62% from 255 or 59.88% from 172); Max value from RGB is 103 - color contains mainly: blue. Hex color #1B2A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2A67 is #E4D598. Grayscale: #2C2C2C. Windows color (decimal): -14996889 or 6760987. OLE color: 6760987.
HSL color Cylindrical-coordinate representation of color #1B2A67: hue angle of 228.16º 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 #1B2A67 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 27 | 42 | 103 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.60 |
| HSL | 228.16º | 0.58% | 0.25% | - |
| HSV(B) | 228.16º | 0.74% | 0.4% | - |
| XYZ | 3.73 | 2.87 | 13.19 | - |
| YUV | 44.47 | 161.03 | 115.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 42 | 103 | 0.74 | 0.59 | 0 | 0.60 | 228.16 | 0.58 | 0.25 |
| Hex | 1B | 2A | 67 | 4A | 3B | 0 | 3C | E4 | 3A | 19 |
| Octal | 33 | 52 | 147 | 112 | 73 | 0 | 74 | 344 | 72 | 31 |
| Binary | 11011 | 101010 | 1100111 | 1001010 | 111011 | 0 | 111100 | 11100100 | 111010 | 11001 |
Color Harmonies of #1B2A67
Complementary color
Monochromatic Colors of #1B2A67
Black with #1B2A67
Text Example
Text Example
White with #1B2A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2A67; }
p { color: rgb(27,42,103); }
H1.HeaderClassName
{
color: #1B2A67;
}
.AnyTagClassName
{
color: #1B2A67;
}
</style>
background-color css
<style>
a { background-color: #1B2A67; }
a { background-color: rgb(27,42,103); }
div.DivClassName
{
background-color: #1B2A67;
}
.BgClassName
{
background-color: #1B2A67;
}
</style>
border-color css
<style>
span { border-color: #1B2A67; }
span { border-color: rgb(27,42,103); }
td.TdClassName
{
border-color: #1B2A67;
}
.TagClassName
{
border-color: #1B2A67;
}
</style>