#14389B

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

Shades of Egyptian Blue #14389B

Tints of Egyptian Blue #14389B

Color information

#14389B (or 0x14389B) is unknown color: approx Egyptian Blue. HEX triplet: 14, 38 and 9B. RGB value is (20,56,155). Sum of RGB (Red+Green+Blue) = 20+56+155=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 56 (22.27% from 255 or 24.24% from 231); Blue value is 155 (60.94% from 255 or 67.10% from 231); Max value from RGB is 155 - color contains mainly: blue. Hex color #14389B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14389B is #EBC764. Grayscale: #383838. Windows color (decimal): -15452005 or 10172436. OLE color: 10172436.

HSL color Cylindrical-coordinate representation of color #14389B: hue angle of 224º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14389B is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2056155-
CMYK0.870.6400.39
HSL224º77.14%34.31%-
HSV(B)224º87.1%60.78%-
XYZ7.625.3431.64-
YUV56.52183.57101.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 56 (22.27% from 255) = 24.24%
BLUE value IS 155 (60.94% from 255) = 67.10%
R=8.66%
G=24.24%
B=67.10%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20561550.870.6400.3922477.1434.31
Hex14389B5740027e04d22
Octal247023312710004734011542
Binary1010011100010011011101011110000000100111111000001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14389B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14389B; }

 p { color: rgb(20,56,155); }

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

<style>
 a { background-color: #14389B; }

 a { background-color: rgb(20,56,155); }

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

<style>
 span { border-color: #14389B; }

 span { border-color: rgb(20,56,155); }

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