#142CA3

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

Shades of Egyptian Blue #142CA3

Tints of Egyptian Blue #142CA3

Color information

#142CA3 (or 0x142CA3) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2C and A3. RGB value is (20,44,163). Sum of RGB (Red+Green+Blue) = 20+44+163=227 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.81% from 227); Green value is 44 (17.58% from 255 or 19.38% from 227); Blue value is 163 (64.06% from 255 or 71.81% from 227); Max value from RGB is 163 - color contains mainly: blue. Hex color #142CA3 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142CA3 is #EBD35C. Grayscale: #313131. Windows color (decimal): -15455069 or 10693652. OLE color: 10693652.

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

Color convert

RGB2044163-
CMYK0.880.7300.36
HSL229.93º78.14%35.88%-
HSV(B)229.93º87.73%63.92%-
XYZ7.84.5935.13-
YUV50.39191.55106.32-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.81%
GREEN value IS 44 (17.58% from 255) = 19.38%
BLUE value IS 163 (64.06% from 255) = 71.81%
R=8.81%
G=19.38%
B=71.81%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal20441630.880.7300.36229.9378.1435.88
Hex142CA35849024e64e24
Octal245424313011104434611644
Binary1010010110010100011101100010010010100100111001101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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