#143A99

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

Shades of Egyptian Blue #143A99

Tints of Egyptian Blue #143A99

Color information

#143A99 (or 0x143A99) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3A and 99. RGB value is (20,58,153). Sum of RGB (Red+Green+Blue) = 20+58+153=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 153 (60.16% from 255 or 66.23% from 231); Max value from RGB is 153 - color contains mainly: blue. Hex color #143A99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A99 is #EBC566. Grayscale: #393939. Windows color (decimal): -15451495 or 10041876. OLE color: 10041876.

HSL color Cylindrical-coordinate representation of color #143A99: hue angle of 222.86º 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 #143A99 is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB2058153-
CMYK0.870.6200.4
HSL222.86º76.88%33.92%-
HSV(B)222.86º86.93%60%-
XYZ7.555.4730.8-
YUV57.47181.91101.28-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.66%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 153 (60.16% from 255) = 66.23%
R=8.66%
G=25.11%
B=66.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal20581530.870.6200.4222.8676.8833.92
Hex143A99573E028df4d22
Octal24722311277605033711542
Binary101001110101001100110101111111100101000110111111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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