#143093

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

Shades of Egyptian Blue #143093

Tints of Egyptian Blue #143093

Color information

#143093 (or 0x143093) is unknown color: approx Egyptian Blue. HEX triplet: 14, 30 and 93. RGB value is (20,48,147). Sum of RGB (Red+Green+Blue) = 20+48+147=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 48 (19.14% from 255 or 22.33% from 215); Blue value is 147 (57.81% from 255 or 68.37% from 215); Max value from RGB is 147 - color contains mainly: blue. Hex color #143093 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143093 is #EBCF6C. Grayscale: #323232. Windows color (decimal): -15454061 or 9646100. OLE color: 9646100.

HSL color Cylindrical-coordinate representation of color #143093: hue angle of 226.77º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #143093 is Cyan = 0.86, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2048147-
CMYK0.860.6700.42
HSL226.77º76.05%32.75%-
HSV(B)226.77º86.39%57.65%-
XYZ6.614.3728.1-
YUV50.91182.22105.95-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.30%
GREEN value IS 48 (19.14% from 255) = 22.33%
BLUE value IS 147 (57.81% from 255) = 68.37%
R=9.30%
G=22.33%
B=68.37%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20481470.860.6700.42226.7776.0532.75
Hex143093564302Ae34c21
Octal246022312610305234311441
Binary1010011000010010011101011010000110101010111000111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143093; }

 p { color: rgb(20,48,147); }

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

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

 a { background-color: rgb(20,48,147); }

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

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

 span { border-color: rgb(20,48,147); }

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