#142C99

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

Shades of Egyptian Blue #142C99

Tints of Egyptian Blue #142C99

Color information

#142C99 (or 0x142C99) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2C and 99. RGB value is (20,44,153). Sum of RGB (Red+Green+Blue) = 20+44+153=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 44 (17.58% from 255 or 20.28% from 217); Blue value is 153 (60.16% from 255 or 70.51% from 217); Max value from RGB is 153 - color contains mainly: blue. Hex color #142C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142C99 is #EBD366. Grayscale: #303030. Windows color (decimal): -15455079 or 10038292. OLE color: 10038292.

HSL color Cylindrical-coordinate representation of color #142C99: hue angle of 229.17º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142C99 is Cyan = 0.87, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2044153-
CMYK0.870.7100.4
HSL229.17º76.88%33.92%-
HSV(B)229.17º86.93%60%-
XYZ6.944.2530.59-
YUV49.25186.55107.14-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 44 (17.58% from 255) = 20.28%
BLUE value IS 153 (60.16% from 255) = 70.51%
R=9.22%
G=20.28%
B=70.51%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20441530.870.7100.4229.1776.8833.92
Hex142C995747028e54d22
Octal245423112710705034511542
Binary1010010110010011001101011110001110101000111001011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142C99; }

 p { color: rgb(20,44,153); }

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

<style>
 a { background-color: #142C99; }

 a { background-color: rgb(20,44,153); }

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

<style>
 span { border-color: #142C99; }

 span { border-color: rgb(20,44,153); }

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