#142794

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

Shades of Egyptian Blue #142794

Tints of Egyptian Blue #142794

Color information

#142794 (or 0x142794) is unknown color: approx Egyptian Blue. HEX triplet: 14, 27 and 94. RGB value is (20,39,148). Sum of RGB (Red+Green+Blue) = 20+39+148=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 148 (58.20% from 255 or 71.50% from 207); Max value from RGB is 148 - color contains mainly: blue. Hex color #142794 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142794 is #EBD86B. Grayscale: #2D2D2D. Windows color (decimal): -15456364 or 9709332. OLE color: 9709332.

HSL color Cylindrical-coordinate representation of color #142794: hue angle of 231.09º 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 #142794 is Cyan = 0.86, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2039148-
CMYK0.860.7400.42
HSL231.09º76.19%32.94%-
HSV(B)231.09º86.49%58.04%-
XYZ6.363.7428.4-
YUV45.74185.71109.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.66%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 148 (58.20% from 255) = 71.50%
R=9.66%
G=18.84%
B=71.50%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20391480.860.7400.42231.0976.1932.94
Hex142794564A02Ae74c21
Octal244722412611205234711441
Binary1010010011110010100101011010010100101010111001111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #142794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #142794; }

 p { color: rgb(20,39,148); }

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

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

 a { background-color: rgb(20,39,148); }

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

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

 span { border-color: rgb(20,39,148); }

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