#144294

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

Shades of Egyptian Blue #144294

Tints of Egyptian Blue #144294

Color information

#144294 (or 0x144294) is unknown color: approx Egyptian Blue. HEX triplet: 14, 42 and 94. RGB value is (20,66,148). Sum of RGB (Red+Green+Blue) = 20+66+148=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 66 (26.17% from 255 or 28.21% from 234); Blue value is 148 (58.20% from 255 or 63.25% from 234); Max value from RGB is 148 - color contains mainly: blue. Hex color #144294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144294 is #EBBD6B. Grayscale: #3D3D3D. Windows color (decimal): -15449452 or 9716244. OLE color: 9716244.

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

Color convert

RGB2066148-
CMYK0.860.5500.42
HSL218.44º76.19%32.94%-
HSV(B)218.44º86.49%58.04%-
XYZ7.586.1828.81-
YUV61.59176.7698.33-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.55%
GREEN value IS 66 (26.17% from 255) = 28.21%
BLUE value IS 148 (58.20% from 255) = 63.25%
R=8.55%
G=28.21%
B=63.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20661480.860.5500.42218.4476.1932.94
Hex144294563702Ada4c21
Octal241022241266705233211441
Binary1010010000101001010010101101101110101010110110101001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144294; }

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

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

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

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

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

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

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

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