#143490

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

Shades of Egyptian Blue #143490

Tints of Egyptian Blue #143490

Color information

#143490 (or 0x143490) is unknown color: approx Egyptian Blue. HEX triplet: 14, 34 and 90. RGB value is (20,52,144). Sum of RGB (Red+Green+Blue) = 20+52+144=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 144 (56.64% from 255 or 66.67% from 216); Max value from RGB is 144 - color contains mainly: blue. Hex color #143490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143490 is #EBCB6F. Grayscale: #343434. Windows color (decimal): -15453040 or 9450516. OLE color: 9450516.

HSL color Cylindrical-coordinate representation of color #143490: hue angle of 224.52º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143490 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2052144-
CMYK0.860.6400.44
HSL224.52º75.61%32.16%-
HSV(B)224.52º86.11%56.47%-
XYZ6.554.6226.93-
YUV52.92179.4104.52-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 144 (56.64% from 255) = 66.67%
R=9.26%
G=24.07%
B=66.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal20521440.860.6400.44224.5275.6132.16
Hex143490564002Ce14c20
Octal246422012610005434111440
Binary1010011010010010000101011010000000101100111000011001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143490; }

 p { color: rgb(20,52,144); }

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

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

 a { background-color: rgb(20,52,144); }

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

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

 span { border-color: rgb(20,52,144); }

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