#144299

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

Shades of Egyptian Blue #144299

Tints of Egyptian Blue #144299

Color information

#144299 (or 0x144299) is unknown color: approx Egyptian Blue. HEX triplet: 14, 42 and 99. RGB value is (20,66,153). Sum of RGB (Red+Green+Blue) = 20+66+153=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 153 (60.16% from 255 or 64.02% from 239); Max value from RGB is 153 - color contains mainly: blue. Hex color #144299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144299 is #EBBD66. Grayscale: #3D3D3D. Windows color (decimal): -15449447 or 10043924. OLE color: 10043924.

HSL color Cylindrical-coordinate representation of color #144299: hue angle of 219.25º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #144299 is Cyan = 0.87, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2066153-
CMYK0.870.5700.4
HSL219.25º76.88%33.92%-
HSV(B)219.25º86.93%60%-
XYZ7.996.3530.94-
YUV62.16179.2697.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.37%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 153 (60.16% from 255) = 64.02%
R=8.37%
G=27.62%
B=64.02%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20661530.870.5700.4219.2576.8833.92
Hex1442995739028db4d22
Octal241022311277105033311542
Binary1010010000101001100110101111110010101000110110111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #144299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #144299; }

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

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

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

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

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

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

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

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