#143d9b

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

Shades of Egyptian Blue #143D9B

Tints of Egyptian Blue #143D9B

Color information

#143D9B (or 0x143D9B) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3D and 9B. RGB value is (20,61,155). Sum of RGB (Red+Green+Blue) = 20+61+155=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 61 (24.22% from 255 or 25.85% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #143D9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143D9B is #EBC264. Grayscale: #3B3B3B. Windows color (decimal): -15450725 or 10173716. OLE color: 10173716.

HSL color Cylindrical-coordinate representation of color #143D9B: hue angle of 221.78º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #143D9B is Cyan = 0.87, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB2061155-
CMYK0.870.6100.39
HSL221.78º77.14%34.31%-
HSV(B)221.78º87.1%60.78%-
XYZ7.875.8531.73-
YUV59.46181.9299.86-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.47%
GREEN value IS 61 (24.22% from 255) = 25.85%
BLUE value IS 155 (60.94% from 255) = 65.68%
R=8.47%
G=25.85%
B=65.68%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20611550.870.6100.39221.7877.1434.31
Hex143D9B573D027de4d22
Octal24752331277504733611542
Binary101001111011001101110101111111010100111110111101001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143d9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,61,155); }

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

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

 a { background-color: rgb(20,61,155); }

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

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

 span { border-color: rgb(20,61,155); }

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