#142CA6

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

Shades of Egyptian Blue #142CA6

Tints of Egyptian Blue #142CA6

Color information

#142CA6 (or 0x142CA6) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2C and A6. RGB value is (20,44,166). Sum of RGB (Red+Green+Blue) = 20+44+166=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 44 (17.58% from 255 or 19.13% from 230); Blue value is 166 (65.23% from 255 or 72.17% from 230); Max value from RGB is 166 - color contains mainly: blue. Hex color #142CA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142CA6 is #EBD359. Grayscale: #323232. Windows color (decimal): -15455066 or 10890260. OLE color: 10890260.

HSL color Cylindrical-coordinate representation of color #142CA6: hue angle of 230.14º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142CA6 is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2044166-
CMYK0.880.7300.35
HSL230.14º78.49%36.47%-
HSV(B)230.14º87.95%65.1%-
XYZ8.074.736.56-
YUV50.73193.05106.08-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.70%
GREEN value IS 44 (17.58% from 255) = 19.13%
BLUE value IS 166 (65.23% from 255) = 72.17%
R=8.70%
G=19.13%
B=72.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal20441660.880.7300.35230.1478.4936.47
Hex142CA65849023e64e24
Octal245424613011104334611644
Binary1010010110010100110101100010010010100011111001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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