#1B2AA5

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

Shades of Egyptian Blue #1B2AA5

Tints of Egyptian Blue #1B2AA5

Color information

#1B2AA5 (or 0x1B2AA5) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2A and A5. RGB value is (27,42,165). Sum of RGB (Red+Green+Blue) = 27+42+165=234 (30% of max value = 765). Red value is 27 (10.94% from 255 or 11.54% from 234); Green value is 42 (16.80% from 255 or 17.95% from 234); Blue value is 165 (64.84% from 255 or 70.51% from 234); Max value from RGB is 165 - color contains mainly: blue. Hex color #1B2AA5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2AA5 is #E4D55A. Grayscale: #333333. Windows color (decimal): -14996827 or 10824219. OLE color: 10824219.

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

Color convert

RGB2742165-
CMYK0.840.7500.35
HSL233.48º71.88%37.65%-
HSV(B)233.48º83.64%64.71%-
XYZ8.074.6136.06-
YUV51.54192.03110.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.54%
GREEN value IS 42 (16.80% from 255) = 17.95%
BLUE value IS 165 (64.84% from 255) = 70.51%
R=11.54%
G=17.95%
B=70.51%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal27421650.840.7500.35233.4871.8837.65
Hex1B2AA5544B023e94826
Octal335224512411304335111046
Binary1101110101010100101101010010010110100011111010011001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,42,165); }

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

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

 a { background-color: rgb(27,42,165); }

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

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

 span { border-color: rgb(27,42,165); }

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