#143E95

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

Shades of Egyptian Blue #143E95

Tints of Egyptian Blue #143E95

Color information

#143E95 (or 0x143E95) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3E and 95. RGB value is (20,62,149). Sum of RGB (Red+Green+Blue) = 20+62+149=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 62 (24.61% from 255 or 26.84% from 231); Blue value is 149 (58.59% from 255 or 64.50% from 231); Max value from RGB is 149 - color contains mainly: blue. Hex color #143E95 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143E95 is #EBC16A. Grayscale: #3A3A3A. Windows color (decimal): -15450475 or 9780756. OLE color: 9780756.

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

Color convert

RGB2062149-
CMYK0.870.5800.42
HSL220.47º76.33%33.14%-
HSV(B)220.47º86.58%58.43%-
XYZ7.445.7629.15-
YUV59.36178.5999.93-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 62 (24.61% from 255) = 26.84%
BLUE value IS 149 (58.59% from 255) = 64.50%
R=8.66%
G=26.84%
B=64.50%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20621490.870.5800.42220.4776.3333.14
Hex143E95573A02Adc4c21
Octal24762251277205233411441
Binary101001111101001010110101111110100101010110111001001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143E95; }

 p { color: rgb(20,62,149); }

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

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

 a { background-color: rgb(20,62,149); }

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

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

 span { border-color: rgb(20,62,149); }

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