#1B2AAB

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

Shades of Egyptian Blue #1B2AAB

Tints of Egyptian Blue #1B2AAB

Color information

#1B2AAB (or 0x1B2AAB) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2A and AB. RGB value is (27,42,171). Sum of RGB (Red+Green+Blue) = 27+42+171=240 (31% of max value = 765). Red value is 27 (10.94% from 255 or 11.25% from 240); Green value is 42 (16.80% from 255 or 17.5% from 240); Blue value is 171 (67.19% from 255 or 71.25% from 240); Max value from RGB is 171 - color contains mainly: blue. Hex color #1B2AAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2AAB is #E4D554. Grayscale: #333333. Windows color (decimal): -14996821 or 11217435. OLE color: 11217435.

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

Color convert

RGB2742171-
CMYK0.840.7500.33
HSL233.75º72.73%38.82%-
HSV(B)233.75º84.21%67.06%-
XYZ8.634.8339.01-
YUV52.22195.03110.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.25%
GREEN value IS 42 (16.80% from 255) = 17.5%
BLUE value IS 171 (67.19% from 255) = 71.25%
R=11.25%
G=17.5%
B=71.25%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal27421710.840.7500.33233.7572.7338.82
Hex1B2AAB544B021ea4927
Octal335225312411304135211147
Binary1101110101010101011101010010010110100001111010101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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