Shades of Egyptian Blue #1B2F8B
Tints of Egyptian Blue #1B2F8B
RGB
CMYK
RGB Variations
Color information
#1B2F8B (or 0x1B2F8B) is known color: Egyptian Blue. HEX triplet: 1B, 2F and 8B. RGB value is (27,47,139). Sum of RGB (Red+Green+Blue) = 27+47+139=213 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.68% from 213); Green value is 47 (18.75% from 255 or 22.07% from 213); Blue value is 139 (54.69% from 255 or 65.26% from 213); Max value from RGB is 139 - color contains mainly: blue. Hex color #1B2F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2F8B is #E4D074. Grayscale: #333333. Windows color (decimal): -14995573 or 9121563. OLE color: 9121563.
HSL color Cylindrical-coordinate representation of color #1B2F8B: hue angle of 229.29º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B2F8B is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 27 | 47 | 139 | - |
| CMYK | 0.81 | 0.66 | 0 | 0.45 |
| HSL | 229.29º | 0.67% | 0.33% | - |
| HSV(B) | 229.29º | 0.81% | 0.55% | - |
| XYZ | 6.13 | 4.13 | 24.9 | - |
| YUV | 51.51 | 177.37 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 47 | 139 | 0.81 | 0.66 | 0 | 0.45 | 229.29 | 0.67 | 0.33 |
| Hex | 1B | 2F | 8B | 51 | 42 | 0 | 2D | E5 | 43 | 21 |
| Octal | 33 | 57 | 213 | 121 | 102 | 0 | 55 | 345 | 103 | 41 |
| Binary | 11011 | 101111 | 10001011 | 1010001 | 1000010 | 0 | 101101 | 11100101 | 1000011 | 100001 |
Color Harmonies of #1B2F8B
Complementary color
Monochromatic Colors of #1B2F8B
Black with #1B2F8B
Text Example
Text Example
White with #1B2F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2F8B; }
p { color: rgb(27,47,139); }
H1.HeaderClassName
{
color: #1B2F8B;
}
.AnyTagClassName
{
color: #1B2F8B;
}
</style>
background-color css
<style>
a { background-color: #1B2F8B; }
a { background-color: rgb(27,47,139); }
div.DivClassName
{
background-color: #1B2F8B;
}
.BgClassName
{
background-color: #1B2F8B;
}
</style>
border-color css
<style>
span { border-color: #1B2F8B; }
span { border-color: rgb(27,47,139); }
td.TdClassName
{
border-color: #1B2F8B;
}
.TagClassName
{
border-color: #1B2F8B;
}
</style>