#1B2BAE

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

Shades of Egyptian Blue #1B2BAE

Tints of Egyptian Blue #1B2BAE

Color information

#1B2BAE (or 0x1B2BAE) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2B and AE. RGB value is (27,43,174). Sum of RGB (Red+Green+Blue) = 27+43+174=244 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.07% from 244); Green value is 43 (17.19% from 255 or 17.62% from 244); Blue value is 174 (68.36% from 255 or 71.31% from 244); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2BAE is #E4D451. Grayscale: #343434. Windows color (decimal): -14996562 or 11414299. OLE color: 11414299.

HSL color Cylindrical-coordinate representation of color #1B2BAE: hue angle of 233.47º 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 #1B2BAE is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB2743174-
CMYK0.840.7500.32
HSL233.47º73.13%39.41%-
HSV(B)233.47º84.48%68.24%-
XYZ8.965.0240.54-
YUV53.15196.2109.35-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.07%
GREEN value IS 43 (17.19% from 255) = 17.62%
BLUE value IS 174 (68.36% from 255) = 71.31%
R=11.07%
G=17.62%
B=71.31%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27431740.840.7500.32233.4773.1339.41
Hex1B2BAE544B020e94927
Octal335325612411304035111147
Binary1101110101110101110101010010010110100000111010011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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