#1B3989

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

Shades of Egyptian Blue #1B3989

Tints of Egyptian Blue #1B3989

Color information

#1B3989 (or 0x1B3989) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 39 and 89. RGB value is (27,57,137). Sum of RGB (Red+Green+Blue) = 27+57+137=221 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.22% from 221); Green value is 57 (22.66% from 255 or 25.79% from 221); Blue value is 137 (53.91% from 255 or 61.99% from 221); Max value from RGB is 137 - color contains mainly: blue. Hex color #1B3989 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B3989 is #E4C676. Grayscale: #383838. Windows color (decimal): -14993015 or 8993051. OLE color: 8993051.

HSL color Cylindrical-coordinate representation of color #1B3989: hue angle of 223.64º degrees, saturation: 0.67, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1B3989 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB2757137-
CMYK0.800.5800.46
HSL223.64º67.07%32.16%-
HSV(B)223.64º80.29%53.73%-
XYZ6.434.9724.29-
YUV57.15173.06106.5-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.22%
GREEN value IS 57 (22.66% from 255) = 25.79%
BLUE value IS 137 (53.91% from 255) = 61.99%
R=12.22%
G=25.79%
B=61.99%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal27571370.800.5800.46223.6467.0732.16
Hex1B3989503A02Ee04320
Octal33712111207205634010340
Binary110111110011000100110100001110100101110111000001000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B3989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,57,137); }

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

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

 a { background-color: rgb(27,57,137); }

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

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

 span { border-color: rgb(27,57,137); }

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