#1B2EAA

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

Shades of Egyptian Blue #1B2EAA

Tints of Egyptian Blue #1B2EAA

Color information

#1B2EAA (or 0x1B2EAA) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2E and AA. RGB value is (27,46,170). Sum of RGB (Red+Green+Blue) = 27+46+170=243 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.11% from 243); Green value is 46 (18.36% from 255 or 18.93% from 243); Blue value is 170 (66.80% from 255 or 69.96% from 243); Max value from RGB is 170 - color contains mainly: blue. Hex color #1B2EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2EAA is #E4D155. Grayscale: #353535. Windows color (decimal): -14995798 or 11152923. OLE color: 11152923.

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

Color convert

RGB2746170-
CMYK0.840.7300.33
HSL232.03º72.59%38.63%-
HSV(B)232.03º84.12%66.67%-
XYZ8.685.0938.55-
YUV54.46193.21108.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.11%
GREEN value IS 46 (18.36% from 255) = 18.93%
BLUE value IS 170 (66.80% from 255) = 69.96%
R=11.11%
G=18.93%
B=69.96%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27461700.840.7300.33232.0372.5938.63
Hex1B2EAA5449021e84927
Octal335625212411104135011147
Binary1101110111010101010101010010010010100001111010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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