#143FAB

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

Shades of Egyptian Blue #143FAB

Tints of Egyptian Blue #143FAB

Color information

#143FAB (or 0x143FAB) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3F and AB. RGB value is (20,63,171). Sum of RGB (Red+Green+Blue) = 20+63+171=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 63 (25% from 255 or 24.80% from 254); Blue value is 171 (67.19% from 255 or 67.32% from 254); Max value from RGB is 171 - color contains mainly: blue. Hex color #143FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143FAB is #EBC054. Grayscale: #3D3D3D. Windows color (decimal): -15450197 or 11222804. OLE color: 11222804.

HSL color Cylindrical-coordinate representation of color #143FAB: hue angle of 222.91º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143FAB is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2063171-
CMYK0.880.6300.33
HSL222.91º79.06%37.45%-
HSV(B)222.91º88.3%67.06%-
XYZ9.426.6439.31-
YUV62.45189.2597.72-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.87%
GREEN value IS 63 (25% from 255) = 24.80%
BLUE value IS 171 (67.19% from 255) = 67.32%
R=7.87%
G=24.80%
B=67.32%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20631710.880.6300.33222.9179.0637.45
Hex143FAB583F021df4f25
Octal24772531307704133711745
Binary101001111111010101110110001111110100001110111111001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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