#142A91

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

Shades of Egyptian Blue #142A91

Tints of Egyptian Blue #142A91

Color information

#142A91 (or 0x142A91) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2A and 91. RGB value is (20,42,145). Sum of RGB (Red+Green+Blue) = 20+42+145=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 42 (16.80% from 255 or 20.29% from 207); Blue value is 145 (57.03% from 255 or 70.05% from 207); Max value from RGB is 145 - color contains mainly: blue. Hex color #142A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A91 is #EBD56E. Grayscale: #2E2E2E. Windows color (decimal): -15455599 or 9513492. OLE color: 9513492.

HSL color Cylindrical-coordinate representation of color #142A91: hue angle of 229.44º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142A91 is Cyan = 0.86, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB2042145-
CMYK0.860.7100.43
HSL229.44º75.76%32.35%-
HSV(B)229.44º86.21%56.86%-
XYZ6.233.8527.2-
YUV47.16183.21108.62-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 42 (16.80% from 255) = 20.29%
BLUE value IS 145 (57.03% from 255) = 70.05%
R=9.66%
G=20.29%
B=70.05%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal20421450.860.7100.43229.4475.7632.35
Hex142A91564702Be54c20
Octal245222112610705334511440
Binary1010010101010010001101011010001110101011111001011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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