#142AAA

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

Shades of Egyptian Blue #142AAA

Tints of Egyptian Blue #142AAA

Color information

#142AAA (or 0x142AAA) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2A and AA. RGB value is (20,42,170). Sum of RGB (Red+Green+Blue) = 20+42+170=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 42 (16.80% from 255 or 18.10% from 232); Blue value is 170 (66.80% from 255 or 73.28% from 232); Max value from RGB is 170 - color contains mainly: blue. Hex color #142AAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142AAA is #EBD555. Grayscale: #313131. Windows color (decimal): -15455574 or 11151892. OLE color: 11151892.

HSL color Cylindrical-coordinate representation of color #142AAA: hue angle of 231.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142AAA is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2042170-
CMYK0.880.7500.33
HSL231.2º78.95%37.25%-
HSV(B)231.2º88.24%66.67%-
XYZ8.374.7138.5-
YUV50.01195.71106.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.62%
GREEN value IS 42 (16.80% from 255) = 18.10%
BLUE value IS 170 (66.80% from 255) = 73.28%
R=8.62%
G=18.10%
B=73.28%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20421700.880.7500.33231.278.9537.25
Hex142AAA584B021e74f25
Octal245225213011304134711745
Binary1010010101010101010101100010010110100001111001111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,42,170); }

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

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

 a { background-color: rgb(20,42,170); }

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

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

 span { border-color: rgb(20,42,170); }

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