#14278E

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

Shades of Egyptian Blue #14278E

Tints of Egyptian Blue #14278E

Color information

#14278E (or 0x14278E) is unknown color: approx Egyptian Blue. HEX triplet: 14, 27 and 8E. RGB value is (20,39,142). Sum of RGB (Red+Green+Blue) = 20+39+142=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 142 (55.86% from 255 or 70.65% from 201); Max value from RGB is 142 - color contains mainly: blue. Hex color #14278E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14278E is #EBD871. Grayscale: #2C2C2C. Windows color (decimal): -15456370 or 9316116. OLE color: 9316116.

HSL color Cylindrical-coordinate representation of color #14278E: hue angle of 230.66º 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 #14278E is Cyan = 0.86, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2039142-
CMYK0.860.7300.44
HSL230.66º75.31%31.76%-
HSV(B)230.66º85.92%55.69%-
XYZ5.93.5525.97-
YUV45.06182.71110.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 142 (55.86% from 255) = 70.65%
R=9.95%
G=19.40%
B=70.65%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20391420.860.7300.44230.6675.3131.76
Hex14278E564902Ce74b20
Octal244721612611105434711340
Binary1010010011110001110101011010010010101100111001111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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