#143C9E

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

Shades of Egyptian Blue #143C9E

Tints of Egyptian Blue #143C9E

Color information

#143C9E (or 0x143C9E) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3C and 9E. RGB value is (20,60,158). Sum of RGB (Red+Green+Blue) = 20+60+158=238 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.40% from 238); Green value is 60 (23.83% from 255 or 25.21% from 238); Blue value is 158 (62.11% from 255 or 66.39% from 238); Max value from RGB is 158 - color contains mainly: blue. Hex color #143C9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143C9E is #EBC361. Grayscale: #3A3A3A. Windows color (decimal): -15450978 or 10370068. OLE color: 10370068.

HSL color Cylindrical-coordinate representation of color #143C9E: hue angle of 222.61º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143C9E is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB2060158-
CMYK0.870.6200.38
HSL222.61º77.53%34.9%-
HSV(B)222.61º87.34%61.96%-
XYZ8.085.8533.05-
YUV59.21183.75100.03-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.40%
GREEN value IS 60 (23.83% from 255) = 25.21%
BLUE value IS 158 (62.11% from 255) = 66.39%
R=8.40%
G=25.21%
B=66.39%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20601580.870.6200.38222.6177.5334.9
Hex143C9E573E026df4e23
Octal24742361277604633711643
Binary101001111001001111010101111111100100110110111111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,60,158); }

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

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

 a { background-color: rgb(20,60,158); }

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

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

 span { border-color: rgb(20,60,158); }

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