#1B388C

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

Shades of Egyptian Blue #1B388C

Tints of Egyptian Blue #1B388C

Color information

#1B388C (or 0x1B388C) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 38 and 8C. RGB value is (27,56,140). Sum of RGB (Red+Green+Blue) = 27+56+140=223 (29% of max value = 765). Red value is 27 (10.94% from 255 or 12.11% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 140 (55.08% from 255 or 62.78% from 223); Max value from RGB is 140 - color contains mainly: blue. Hex color #1B388C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B388C is #E4C773. Grayscale: #383838. Windows color (decimal): -14993268 or 9189403. OLE color: 9189403.

HSL color Cylindrical-coordinate representation of color #1B388C: hue angle of 224.6º 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 #1B388C is Cyan = 0.81, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2756140-
CMYK0.810.600.45
HSL224.6º67.66%32.75%-
HSV(B)224.6º80.71%54.9%-
XYZ6.64.9525.42-
YUV56.9174.89106.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 12.11%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 140 (55.08% from 255) = 62.78%
R=12.11%
G=25.11%
B=62.78%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal27561400.810.600.45224.667.6632.75
Hex1B388C513C02De14421
Octal33702141217405534110441
Binary110111110001000110010100011111000101101111000011000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B388C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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