#1B2EAD

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

Shades of Egyptian Blue #1B2EAD

Tints of Egyptian Blue #1B2EAD

Color information

#1B2EAD (or 0x1B2EAD) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2E and AD. RGB value is (27,46,173). Sum of RGB (Red+Green+Blue) = 27+46+173=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 46 (18.36% from 255 or 18.70% from 246); Blue value is 173 (67.97% from 255 or 70.33% from 246); Max value from RGB is 173 - color contains mainly: blue. Hex color #1B2EAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2EAD is #E4D152. Grayscale: #363636. Windows color (decimal): -14995795 or 11349531. OLE color: 11349531.

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

Color convert

RGB2746173-
CMYK0.840.7300.32
HSL232.19º73%39.22%-
HSV(B)232.19º84.39%67.84%-
XYZ8.975.240.07-
YUV54.8194.71108.17-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.98%
GREEN value IS 46 (18.36% from 255) = 18.70%
BLUE value IS 173 (67.97% from 255) = 70.33%
R=10.98%
G=18.70%
B=70.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27461730.840.7300.32232.197339.22
Hex1B2EAD5449020e84927
Octal335625512411104035011147
Binary1101110111010101101101010010010010100000111010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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