#142A9B

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

Shades of Egyptian Blue #142A9B

Tints of Egyptian Blue #142A9B

Color information

#142A9B (or 0x142A9B) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2A and 9B. RGB value is (20,42,155). Sum of RGB (Red+Green+Blue) = 20+42+155=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 42 (16.80% from 255 or 19.35% from 217); Blue value is 155 (60.94% from 255 or 71.43% from 217); Max value from RGB is 155 - color contains mainly: blue. Hex color #142A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A9B is #EBD564. Grayscale: #2F2F2F. Windows color (decimal): -15455589 or 10168852. OLE color: 10168852.

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

Color convert

RGB2042155-
CMYK0.870.7300.39
HSL230.22º77.14%34.31%-
HSV(B)230.22º87.1%60.78%-
XYZ7.034.1731.44-
YUV48.3188.21107.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.22%
GREEN value IS 42 (16.80% from 255) = 19.35%
BLUE value IS 155 (60.94% from 255) = 71.43%
R=9.22%
G=19.35%
B=71.43%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20421550.870.7300.39230.2277.1434.31
Hex142A9B5749027e64d22
Octal245223312711104734611542
Binary1010010101010011011101011110010010100111111001101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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