#1B2EAE

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

Shades of Egyptian Blue #1B2EAE

Tints of Egyptian Blue #1B2EAE

Color information

#1B2EAE (or 0x1B2EAE) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2E and AE. RGB value is (27,46,174). Sum of RGB (Red+Green+Blue) = 27+46+174=247 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.93% from 247); Green value is 46 (18.36% from 255 or 18.62% from 247); Blue value is 174 (68.36% from 255 or 70.45% from 247); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B2EAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2EAE is #E4D151. Grayscale: #363636. Windows color (decimal): -14995794 or 11415067. OLE color: 11415067.

HSL color Cylindrical-coordinate representation of color #1B2EAE: hue angle of 232.24º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1B2EAE is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2746174-
CMYK0.840.7400.32
HSL232.24º73.13%39.41%-
HSV(B)232.24º84.48%68.24%-
XYZ9.075.2440.58-
YUV54.91195.21108.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.93%
GREEN value IS 46 (18.36% from 255) = 18.62%
BLUE value IS 174 (68.36% from 255) = 70.45%
R=10.93%
G=18.62%
B=70.45%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27461740.840.7400.32232.2473.1339.41
Hex1B2EAE544A020e84927
Octal335625612411204035011147
Binary1101110111010101110101010010010100100000111010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,46,174); }

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

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

 a { background-color: rgb(27,46,174); }

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

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

 span { border-color: rgb(27,46,174); }

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