#143596

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

Shades of Egyptian Blue #143596

Tints of Egyptian Blue #143596

Color information

#143596 (or 0x143596) is unknown color: approx Egyptian Blue. HEX triplet: 14, 35 and 96. RGB value is (20,53,150). Sum of RGB (Red+Green+Blue) = 20+53+150=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 53 (21.09% from 255 or 23.77% from 223); Blue value is 150 (58.98% from 255 or 67.26% from 223); Max value from RGB is 150 - color contains mainly: blue. Hex color #143596 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143596 is #EBCA69. Grayscale: #353535. Windows color (decimal): -15452778 or 9843988. OLE color: 9843988.

HSL color Cylindrical-coordinate representation of color #143596: hue angle of 224.77º 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 #143596 is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB2053150-
CMYK0.870.6500.41
HSL224.77º76.47%33.33%-
HSV(B)224.77º86.67%58.82%-
XYZ7.074.929.43-
YUV54.19182.07103.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.97%
GREEN value IS 53 (21.09% from 255) = 23.77%
BLUE value IS 150 (58.98% from 255) = 67.26%
R=8.97%
G=23.77%
B=67.26%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal20531500.870.6500.41224.7776.4733.33
Hex1435965741029e14c21
Octal246522612710105134111441
Binary1010011010110010110101011110000010101001111000011001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143596; }

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

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

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

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

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

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

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

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