#143CAF

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

Shades of Egyptian Blue #143CAF

Tints of Egyptian Blue #143CAF

Color information

#143CAF (or 0x143CAF) is unknown color: approx Egyptian Blue. HEX triplet: 14, 3C and AF. RGB value is (20,60,175). Sum of RGB (Red+Green+Blue) = 20+60+175=255 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.84% from 255); Green value is 60 (23.83% from 255 or 23.53% from 255); Blue value is 175 (68.75% from 255 or 68.63% from 255); Max value from RGB is 175 - color contains mainly: blue. Hex color #143CAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143CAF is #EBC350. Grayscale: #3C3C3C. Windows color (decimal): -15450961 or 11484180. OLE color: 11484180.

HSL color Cylindrical-coordinate representation of color #143CAF: hue angle of 224.52º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143CAF is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2060175-
CMYK0.890.6600.31
HSL224.52º79.49%38.24%-
HSV(B)224.52º88.57%68.63%-
XYZ9.646.4841.3-
YUV61.15192.2598.65-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.84%
GREEN value IS 60 (23.83% from 255) = 23.53%
BLUE value IS 175 (68.75% from 255) = 68.63%
R=7.84%
G=23.53%
B=68.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20601750.890.6600.31224.5279.4938.24
Hex143CAF594201Fe14f26
Octal247425713110203734111746
Binary101001111001010111110110011000010011111111000011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,60,175); }

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

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

 a { background-color: rgb(20,60,175); }

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

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

 span { border-color: rgb(20,60,175); }

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