#1B1EA9

Color #1B1EA9 Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #1B1EA9

Tints of Egyptian Blue #1B1EA9

Color information

#1B1EA9 (or 0x1B1EA9) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 1E and A9. RGB value is (27,30,169). Sum of RGB (Red+Green+Blue) = 27+30+169=226 (29% of max value = 765). Red value is 27 (10.94% from 255 or 11.95% from 226); Green value is 30 (12.11% from 255 or 13.27% from 226); Blue value is 169 (66.41% from 255 or 74.78% from 226); Max value from RGB is 169 - color contains mainly: blue. Hex color #1B1EA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B1EA9 is #E4E156. Grayscale: #2C2C2C. Windows color (decimal): -14999895 or 11083291. OLE color: 11083291.

HSL color Cylindrical-coordinate representation of color #1B1EA9: hue angle of 238.73º degrees, saturation: 0.72, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B1EA9 is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB2730169-
CMYK0.840.8200.34
HSL238.73º72.45%38.43%-
HSV(B)238.73º84.02%66.27%-
XYZ8.084.0337.89-
YUV44.95198.01115.2-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 27 (10.94% from 255) = 11.95%
GREEN value IS 30 (12.11% from 255) = 13.27%
BLUE value IS 169 (66.41% from 255) = 74.78%
R=11.95%
G=13.27%
B=74.78%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal27301690.840.8200.34238.7372.4538.43
Hex1B1EA95452022ef4826
Octal333625112412204235711046
Binary110111111010101001101010010100100100010111011111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1EA9; }

 p { color: rgb(27,30,169); }

 H1.HeaderClassName
 {
   color: #1B1EA9;
 }
 .AnyTagClassName
 {
   color: #1B1EA9;
 }
</style>
background-color css

<style>
 a { background-color: #1B1EA9; }

 a { background-color: rgb(27,30,169); }

 div.DivClassName
 {
   background-color: #1B1EA9;
 }
 .BgClassName
 {
   background-color: #1B1EA9;
 }
</style>
border-color css

<style>
 span { border-color: #1B1EA9; }

 span { border-color: rgb(27,30,169); }

 td.TdClassName
 {
   border-color: #1B1EA9;
 }
 .TagClassName
 {
   border-color: #1B1EA9;
 }
</style>