#1B2A94

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

Shades of Egyptian Blue #1B2A94

Tints of Egyptian Blue #1B2A94

Color information

#1B2A94 (or 0x1B2A94) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 2A and 94. RGB value is (27,42,148). Sum of RGB (Red+Green+Blue) = 27+42+148=217 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.44% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 148 (58.20% from 255 or 68.20% from 217); Max value from RGB is 148 - color contains mainly: blue. Hex color #1B2A94 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B2A94 is #E4D56B. Grayscale: #313131. Windows color (decimal): -14996844 or 9710107. OLE color: 9710107.

HSL color Cylindrical-coordinate representation of color #1B2A94: hue angle of 232.56º degrees, saturation: 0.69, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1B2A94 is Cyan = 0.82, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2742148-
CMYK0.820.7200.42
HSL232.56º69.14%34.31%-
HSV(B)232.56º81.76%58.04%-
XYZ6.634.0328.45-
YUV49.6183.53111.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.44%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 148 (58.20% from 255) = 68.20%
R=12.44%
G=19.35%
B=68.20%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal27421480.820.7200.42232.5669.1434.31
Hex1B2A94524802Ae94522
Octal335222412211005235110542
Binary1101110101010010100101001010010000101010111010011000101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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