Shades of Egyptian Blue #1B2F9A
Tints of Egyptian Blue #1B2F9A
RGB
CMYK
RGB Variations
Color information
#1B2F9A (or 0x1B2F9A) is known color: Egyptian Blue. HEX triplet: 1B, 2F and 9A. RGB value is (27,47,154). Sum of RGB (Red+Green+Blue) = 27+47+154=228 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.84% from 228); Green value is 47 (18.75% from 255 or 20.61% from 228); Blue value is 154 (60.55% from 255 or 67.54% from 228); Max value from RGB is 154 - color contains mainly: blue. Hex color #1B2F9A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2F9A is #E4D065. Grayscale: #343434. Windows color (decimal): -14995558 or 10104603. OLE color: 10104603.
HSL color Cylindrical-coordinate representation of color #1B2F9A: hue angle of 230.55º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2F9A is Cyan = 0.82, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 27 | 47 | 154 | - |
| CMYK | 0.82 | 0.69 | 0 | 0.40 |
| HSL | 230.55º | 0.7% | 0.35% | - |
| HSV(B) | 230.55º | 0.82% | 0.6% | - |
| XYZ | 7.3 | 4.6 | 31.07 | - |
| YUV | 53.22 | 184.87 | 109.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 154 | 0.82 | 0.69 | 0 | 0.40 | 230.55 | 0.7 | 0.35 |
| Hex | 1B | 2F | 9A | 52 | 45 | 0 | 28 | E7 | 46 | 23 |
| Octal | 33 | 57 | 232 | 122 | 105 | 0 | 50 | 347 | 106 | 43 |
| Binary | 11011 | 101111 | 10011010 | 1010010 | 1000101 | 0 | 101000 | 11100111 | 1000110 | 100011 |
Color Harmonies of #1B2F9A
Complementary color
Monochromatic Colors of #1B2F9A
Black with #1B2F9A
Text Example
Text Example
White with #1B2F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F9A; }
p { color: rgb(27,47,154); }
H1.HeaderClassName
{
color: #1B2F9A;
}
.AnyTagClassName
{
color: #1B2F9A;
}
</style>
background-color css
<style>
a { background-color: #1B2F9A; }
a { background-color: rgb(27,47,154); }
div.DivClassName
{
background-color: #1B2F9A;
}
.BgClassName
{
background-color: #1B2F9A;
}
</style>
border-color css
<style>
span { border-color: #1B2F9A; }
span { border-color: rgb(27,47,154); }
td.TdClassName
{
border-color: #1B2F9A;
}
.TagClassName
{
border-color: #1B2F9A;
}
</style>