#14309D

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

Shades of Egyptian Blue #14309D

Tints of Egyptian Blue #14309D

Color information

#14309D (or 0x14309D) is unknown color: approx Egyptian Blue. HEX triplet: 14, 30 and 9D. RGB value is (20,48,157). Sum of RGB (Red+Green+Blue) = 20+48+157=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 48 (19.14% from 255 or 21.33% from 225); Blue value is 157 (61.72% from 255 or 69.78% from 225); Max value from RGB is 157 - color contains mainly: blue. Hex color #14309D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14309D is #EBCF62. Grayscale: #333333. Windows color (decimal): -15454051 or 10301460. OLE color: 10301460.

HSL color Cylindrical-coordinate representation of color #14309D: hue angle of 227.74º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14309D is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2048157-
CMYK0.870.6900.38
HSL227.74º77.4%34.71%-
HSV(B)227.74º87.26%61.57%-
XYZ7.434.732.41-
YUV52.05187.22105.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.89%
GREEN value IS 48 (19.14% from 255) = 21.33%
BLUE value IS 157 (61.72% from 255) = 69.78%
R=8.89%
G=21.33%
B=69.78%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20481570.870.6900.38227.7477.434.71
Hex14309D5745026e44d23
Octal246023512710504634411543
Binary1010011000010011101101011110001010100110111001001001101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14309D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14309D; }

 p { color: rgb(20,48,157); }

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

<style>
 a { background-color: #14309D; }

 a { background-color: rgb(20,48,157); }

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

<style>
 span { border-color: #14309D; }

 span { border-color: rgb(20,48,157); }

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