#143A9B

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

Shades of Egyptian Blue #143A9B

Tints of Egyptian Blue #143A9B

Color information

#143A9B (or 0x143A9B) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3A and 9B. RGB value is (20,58,155). Sum of RGB (Red+Green+Blue) = 20+58+155=233 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.58% from 233); Green value is 58 (23.05% from 255 or 24.89% from 233); Blue value is 155 (60.94% from 255 or 66.52% from 233); Max value from RGB is 155 - color contains mainly: blue. Hex color #143A9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A9B is #EBC564. Grayscale: #393939. Windows color (decimal): -15451493 or 10172948. OLE color: 10172948.

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

Color convert

RGB2058155-
CMYK0.870.6300.39
HSL223.11º77.14%34.31%-
HSV(B)223.11º87.1%60.78%-
XYZ7.725.5431.67-
YUV57.7182.91101.11-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.58%
GREEN value IS 58 (23.05% from 255) = 24.89%
BLUE value IS 155 (60.94% from 255) = 66.52%
R=8.58%
G=24.89%
B=66.52%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal20581550.870.6300.39223.1177.1434.31
Hex143A9B573F027df4d22
Octal24722331277704733711542
Binary101001110101001101110101111111110100111110111111001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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