#14288E

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

Shades of Egyptian Blue #14288E

Tints of Egyptian Blue #14288E

Color information

#14288E (or 0x14288E) is unknown color: approx Egyptian Blue. HEX triplet: 14, 28 and 8E. RGB value is (20,40,142). Sum of RGB (Red+Green+Blue) = 20+40+142=202 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.90% from 202); Green value is 40 (16.02% from 255 or 19.80% from 202); Blue value is 142 (55.86% from 255 or 70.30% from 202); Max value from RGB is 142 - color contains mainly: blue. Hex color #14288E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14288E is #EBD771. Grayscale: #2D2D2D. Windows color (decimal): -15456114 or 9316372. OLE color: 9316372.

HSL color Cylindrical-coordinate representation of color #14288E: hue angle of 230.16º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #14288E is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2040142-
CMYK0.860.7200.44
HSL230.16º75.31%31.76%-
HSV(B)230.16º85.92%55.69%-
XYZ5.933.6225.98-
YUV45.65182.37109.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.90%
GREEN value IS 40 (16.02% from 255) = 19.80%
BLUE value IS 142 (55.86% from 255) = 70.30%
R=9.90%
G=19.80%
B=70.30%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20401420.860.7200.44230.1675.3131.76
Hex14288E564802Ce64b20
Octal245021612611005434611340
Binary1010010100010001110101011010010000101100111001101001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14288E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14288E; }

 p { color: rgb(20,40,142); }

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

<style>
 a { background-color: #14288E; }

 a { background-color: rgb(20,40,142); }

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

<style>
 span { border-color: #14288E; }

 span { border-color: rgb(20,40,142); }

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