#1B389F

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

Shades of Egyptian Blue #1B389F

Tints of Egyptian Blue #1B389F

Color information

#1B389F (or 0x1B389F) is unknown color: approx Egyptian Blue. HEX triplet: 1B, 38 and 9F. RGB value is (27,56,159). Sum of RGB (Red+Green+Blue) = 27+56+159=242 (32% of max value = 765). Red value is 27 (10.94% from 255 or 11.16% from 242); Green value is 56 (22.27% from 255 or 23.14% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B389F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1B389F is #E4C760. Grayscale: #3A3A3A. Windows color (decimal): -14993249 or 10434587. OLE color: 10434587.

HSL color Cylindrical-coordinate representation of color #1B389F: hue angle of 226.82º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B389F is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2756159-
CMYK0.830.6500.38
HSL226.82º70.97%36.47%-
HSV(B)226.82º83.02%62.35%-
XYZ8.125.5633.45-
YUV59.07184.39105.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 11.16%
GREEN value IS 56 (22.27% from 255) = 23.14%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=11.16%
G=23.14%
B=65.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal27561590.830.6500.38226.8270.9736.47
Hex1B389F5341026e34724
Octal337023712310104634310744
Binary1101111100010011111101001110000010100110111000111000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B389F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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