Shades of Bunting #1B2E4D
Tints of Bunting #1B2E4D
RGB
CMYK
RGB Variations
Color information
#1B2E4D (or 0x1B2E4D) is known color: Bunting. HEX triplet: 1B, 2E and 4D. RGB value is (27,46,77). Sum of RGB (Red+Green+Blue) = 27+46+77=150 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18% from 150); Green value is 46 (18.36% from 255 or 30.67% from 150); Blue value is 77 (30.47% from 255 or 51.33% from 150); Max value from RGB is 77 - color contains mainly: blue. Hex color #1B2E4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2E4D is #E4D1B2. Grayscale: #2B2B2B. Windows color (decimal): -14995891 or 5058075. OLE color: 5058075.
HSL color Cylindrical-coordinate representation of color #1B2E4D: hue angle of 217.2º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B2E4D is Cyan = 0.65, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 27 | 46 | 77 | - |
| CMYK | 0.65 | 0.40 | 0 | 0.70 |
| HSL | 217.2º | 0.48% | 0.2% | - |
| HSV(B) | 217.2º | 0.65% | 0.3% | - |
| XYZ | 2.77 | 2.72 | 7.4 | - |
| YUV | 43.85 | 146.71 | 115.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 77 | 0.65 | 0.40 | 0 | 0.70 | 217.2 | 0.48 | 0.2 |
| Hex | 1B | 2E | 4D | 41 | 28 | 0 | 46 | D9 | 30 | 14 |
| Octal | 33 | 56 | 115 | 101 | 50 | 0 | 106 | 331 | 60 | 24 |
| Binary | 11011 | 101110 | 1001101 | 1000001 | 101000 | 0 | 1000110 | 11011001 | 110000 | 10100 |
Color Harmonies of #1B2E4D
Complementary color
Monochromatic Colors of #1B2E4D
Black with #1B2E4D
Text Example
Text Example
White with #1B2E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E4D; }
p { color: rgb(27,46,77); }
H1.HeaderClassName
{
color: #1B2E4D;
}
.AnyTagClassName
{
color: #1B2E4D;
}
</style>
background-color css
<style>
a { background-color: #1B2E4D; }
a { background-color: rgb(27,46,77); }
div.DivClassName
{
background-color: #1B2E4D;
}
.BgClassName
{
background-color: #1B2E4D;
}
</style>
border-color css
<style>
span { border-color: #1B2E4D; }
span { border-color: rgb(27,46,77); }
td.TdClassName
{
border-color: #1B2E4D;
}
.TagClassName
{
border-color: #1B2E4D;
}
</style>