#143F9E

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

Shades of Egyptian Blue #143F9E

Tints of Egyptian Blue #143F9E

Color information

#143F9E (or 0x143F9E) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3F and 9E. RGB value is (20,63,158). Sum of RGB (Red+Green+Blue) = 20+63+158=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 63 (25% from 255 or 26.14% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #143F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143F9E is #EBC061. Grayscale: #3C3C3C. Windows color (decimal): -15450210 or 10370836. OLE color: 10370836.

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

Color convert

RGB2063158-
CMYK0.870.6000.38
HSL221.3º77.53%34.9%-
HSV(B)221.3º87.34%61.96%-
XYZ8.246.1733.1-
YUV60.97182.7598.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.30%
GREEN value IS 63 (25% from 255) = 26.14%
BLUE value IS 158 (62.11% from 255) = 65.56%
R=8.30%
G=26.14%
B=65.56%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20631580.870.6000.38221.377.5334.9
Hex143F9E573C026dd4e23
Octal24772361277404633511643
Binary101001111111001111010101111111000100110110111011001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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