#1B2DAE

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

Shades of Egyptian Blue #1B2DAE

Tints of Egyptian Blue #1B2DAE

Color information

#1B2DAE (or 0x1B2DAE) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2D and AE. RGB value is (27,45,174). Sum of RGB (Red+Green+Blue) = 27+45+174=246 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.98% from 246); Green value is 45 (17.97% from 255 or 18.29% from 246); Blue value is 174 (68.36% from 255 or 70.73% from 246); Max value from RGB is 174 - color contains mainly: blue. Hex color #1B2DAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2DAE is #E4D251. Grayscale: #353535. Windows color (decimal): -14996050 or 11414811. OLE color: 11414811.

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

Color convert

RGB2745174-
CMYK0.840.7400.32
HSL232.65º73.13%39.41%-
HSV(B)232.65º84.48%68.24%-
XYZ9.035.1740.57-
YUV54.32195.54108.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 10.98%
GREEN value IS 45 (17.97% from 255) = 18.29%
BLUE value IS 174 (68.36% from 255) = 70.73%
R=10.98%
G=18.29%
B=70.73%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal27451740.840.7400.32232.6573.1339.41
Hex1B2DAE544A020e94927
Octal335525612411204035111147
Binary1101110110110101110101010010010100100000111010011001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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