#1B338C

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

Shades of Egyptian Blue #1B338C

Tints of Egyptian Blue #1B338C

Color information

#1B338C (or 0x1B338C) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 33 and 8C. RGB value is (27,51,140). Sum of RGB (Red+Green+Blue) = 27+51+140=218 (28% of max value = 765). Red value is 27 (10.94% from 255 or 12.39% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 140 (55.08% from 255 or 64.22% from 218); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B338C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B338C is #E4CC73. Grayscale: #353535. Windows color (decimal): -14994548 or 9188123. OLE color: 9188123.

HSL color Cylindrical-coordinate representation of color #1B338C: hue angle of 227.26º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B338C is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2751140-
CMYK0.810.6400.45
HSL227.26º67.66%32.75%-
HSV(B)227.26º80.71%54.9%-
XYZ6.374.4925.34-
YUV53.97176.55108.76-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.39%
GREEN value IS 51 (20.31% from 255) = 23.39%
BLUE value IS 140 (55.08% from 255) = 64.22%
R=12.39%
G=23.39%
B=64.22%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal27511400.810.6400.45227.2667.6632.75
Hex1B338C514002De34421
Octal336321412110005534310441
Binary1101111001110001100101000110000000101101111000111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B338C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,51,140); }

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

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

 a { background-color: rgb(27,51,140); }

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

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

 span { border-color: rgb(27,51,140); }

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