#142A93

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

Shades of Egyptian Blue #142A93

Tints of Egyptian Blue #142A93

Color information

#142A93 (or 0x142A93) is unknown color: approx Egyptian Blue. HEX triplet: 14, 2A and 93. RGB value is (20,42,147). Sum of RGB (Red+Green+Blue) = 20+42+147=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 42 (16.80% from 255 or 20.10% from 209); Blue value is 147 (57.81% from 255 or 70.33% from 209); Max value from RGB is 147 - color contains mainly: blue. Hex color #142A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A93 is #EBD56C. Grayscale: #2E2E2E. Windows color (decimal): -15455597 or 9644564. OLE color: 9644564.

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

Color convert

RGB2042147-
CMYK0.860.7100.42
HSL229.61º76.05%32.75%-
HSV(B)229.61º86.39%57.65%-
XYZ6.383.9128.02-
YUV47.39184.21108.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 42 (16.80% from 255) = 20.10%
BLUE value IS 147 (57.81% from 255) = 70.33%
R=9.57%
G=20.10%
B=70.33%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20421470.860.7100.42229.6176.0532.75
Hex142A93564702Ae64c21
Octal245222312610705234611441
Binary1010010101010010011101011010001110101010111001101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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