#1B388E

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

Shades of Egyptian Blue #1B388E

Tints of Egyptian Blue #1B388E

Color information

#1B388E (or 0x1B388E) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 38 and 8E. RGB value is (27,56,142). Sum of RGB (Red+Green+Blue) = 27+56+142=225 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 142 (55.86% from 255 or 63.11% from 225); Max value from RGB is 142 - color contains mainly: blue. Hex color #1B388E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B388E is #E4C771. Grayscale: #383838. Windows color (decimal): -14993266 or 9320475. OLE color: 9320475.

HSL color Cylindrical-coordinate representation of color #1B388E: hue angle of 224.87º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B388E is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2756142-
CMYK0.810.6100.44
HSL224.87º68.05%33.14%-
HSV(B)224.87º80.99%55.69%-
XYZ6.755.0126.2-
YUV57.13175.89106.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 142 (55.86% from 255) = 63.11%
R=12%
G=24.89%
B=63.11%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal27561420.810.6100.44224.8768.0533.14
Hex1B388E513D02Ce14421
Octal33702161217505434110441
Binary110111110001000111010100011111010101100111000011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B388E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,56,142); }

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

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

 a { background-color: rgb(27,56,142); }

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

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

 span { border-color: rgb(27,56,142); }

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