#143BAB

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

Shades of Egyptian Blue #143BAB

Tints of Egyptian Blue #143BAB

Color information

#143BAB (or 0x143BAB) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3B and AB. RGB value is (20,59,171). Sum of RGB (Red+Green+Blue) = 20+59+171=250 (33% of max value = 765). Red value is 20 (8.20% from 255 or 8% from 250); Green value is 59 (23.44% from 255 or 23.6% from 250); Blue value is 171 (67.19% from 255 or 68.4% from 250); Max value from RGB is 171 - color contains mainly: blue. Hex color #143BAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143BAB is #EBC454. Grayscale: #3B3B3B. Windows color (decimal): -15451221 or 11221780. OLE color: 11221780.

HSL color Cylindrical-coordinate representation of color #143BAB: hue angle of 224.5º 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 #143BAB is Cyan = 0.88, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2059171-
CMYK0.880.6500.33
HSL224.5º79.06%37.45%-
HSV(B)224.5º88.3%67.06%-
XYZ9.26.2239.24-
YUV60.11190.5899.39-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8%
GREEN value IS 59 (23.44% from 255) = 23.6%
BLUE value IS 171 (67.19% from 255) = 68.4%
R=8%
G=23.6%
B=68.4%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal20591710.880.6500.33224.579.0637.45
Hex143BAB5841021e14f25
Octal247325313010104134111745
Binary1010011101110101011101100010000010100001111000011001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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