Shades of Egyptian Blue #1B2F9B
Tints of Egyptian Blue #1B2F9B
RGB
CMYK
RGB Variations
Color information
#1B2F9B (or 0x1B2F9B) is known color: Egyptian Blue. HEX triplet: 1B, 2F and 9B. RGB value is (27,47,155). Sum of RGB (Red+Green+Blue) = 27+47+155=229 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.79% from 229); Green value is 47 (18.75% from 255 or 20.52% from 229); Blue value is 155 (60.94% from 255 or 67.69% from 229); Max value from RGB is 155 - color contains mainly: blue. Hex color #1B2F9B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2F9B is #E4D064. Grayscale: #343434. Windows color (decimal): -14995557 or 10170139. OLE color: 10170139.
HSL color Cylindrical-coordinate representation of color #1B2F9B: hue angle of 230.62º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B2F9B is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 27 | 47 | 155 | - |
| CMYK | 0.83 | 0.70 | 0 | 0.39 |
| HSL | 230.63º | 0.7% | 0.36% | - |
| HSV(B) | 230.63º | 0.83% | 0.61% | - |
| XYZ | 7.38 | 4.63 | 31.52 | - |
| YUV | 53.33 | 185.37 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 155 | 0.83 | 0.70 | 0 | 0.39 | 230.63 | 0.7 | 0.36 |
| Hex | 1B | 2F | 9B | 53 | 46 | 0 | 27 | E7 | 46 | 24 |
| Octal | 33 | 57 | 233 | 123 | 106 | 0 | 47 | 347 | 106 | 44 |
| Binary | 11011 | 101111 | 10011011 | 1010011 | 1000110 | 0 | 100111 | 11100111 | 1000110 | 100100 |
Color Harmonies of #1B2F9B
Complementary color
Monochromatic Colors of #1B2F9B
Black with #1B2F9B
Text Example
Text Example
White with #1B2F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F9B; }
p { color: rgb(27,47,155); }
H1.HeaderClassName
{
color: #1B2F9B;
}
.AnyTagClassName
{
color: #1B2F9B;
}
</style>
background-color css
<style>
a { background-color: #1B2F9B; }
a { background-color: rgb(27,47,155); }
div.DivClassName
{
background-color: #1B2F9B;
}
.BgClassName
{
background-color: #1B2F9B;
}
</style>
border-color css
<style>
span { border-color: #1B2F9B; }
span { border-color: rgb(27,47,155); }
td.TdClassName
{
border-color: #1B2F9B;
}
.TagClassName
{
border-color: #1B2F9B;
}
</style>