#1B4899

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

Shades of Egyptian Blue #1B4899

Tints of Egyptian Blue #1B4899

Color information

#1B4899 (or 0x1B4899) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 48 and 99. RGB value is (27,72,153). Sum of RGB (Red+Green+Blue) = 27+72+153=252 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.71% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 153 (60.16% from 255 or 60.71% from 252); Max value from RGB is 153 - color contains mainly: blue. Hex color #1B4899 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B4899 is #E4B766. Grayscale: #434343. Windows color (decimal): -14989159 or 10045467. OLE color: 10045467.

HSL color Cylindrical-coordinate representation of color #1B4899: hue angle of 218.57º 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 #1B4899 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2772153-
CMYK0.820.5300.4
HSL218.57º70%35.29%-
HSV(B)218.57º82.35%60%-
XYZ8.527.1731.07-
YUV67.78176.0998.91-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.71%
GREEN value IS 72 (28.52% from 255) = 28.57%
BLUE value IS 153 (60.16% from 255) = 60.71%
R=10.71%
G=28.57%
B=60.71%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal27721530.820.5300.4218.577035.29
Hex1B48995235028db4623
Octal331102311226505033310643
Binary1101110010001001100110100101101010101000110110111000110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B4899

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,72,153); }

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

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

 a { background-color: rgb(27,72,153); }

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

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

 span { border-color: rgb(27,72,153); }

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