#143096

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

Shades of Egyptian Blue #143096

Tints of Egyptian Blue #143096

Color information

#143096 (or 0x143096) is unknown color: approx Egyptian Blue. HEX triplet: 14, 30 and 96. RGB value is (20,48,150). Sum of RGB (Red+Green+Blue) = 20+48+150=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 48 (19.14% from 255 or 22.02% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #143096 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143096 is #EBCF69. Grayscale: #323232. Windows color (decimal): -15454058 or 9842708. OLE color: 9842708.

HSL color Cylindrical-coordinate representation of color #143096: hue angle of 227.08º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143096 is Cyan = 0.87, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2048150-
CMYK0.870.6800.41
HSL227.08º76.47%33.33%-
HSV(B)227.08º86.67%58.82%-
XYZ6.854.4629.35-
YUV51.26183.72105.71-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.17%
GREEN value IS 48 (19.14% from 255) = 22.02%
BLUE value IS 150 (58.98% from 255) = 68.81%
R=9.17%
G=22.02%
B=68.81%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal20481500.870.6800.41227.0876.4733.33
Hex1430965744029e34c21
Octal246022612710405134311441
Binary1010011000010010110101011110001000101001111000111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143096; }

 p { color: rgb(20,48,150); }

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

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

 a { background-color: rgb(20,48,150); }

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

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

 span { border-color: rgb(20,48,150); }

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