#143094

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

Shades of Egyptian Blue #143094

Tints of Egyptian Blue #143094

Color information

#143094 (or 0x143094) is unknown color: approx Egyptian Blue. HEX triplet: 14, 30 and 94. RGB value is (20,48,148). Sum of RGB (Red+Green+Blue) = 20+48+148=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 48 (19.14% from 255 or 22.22% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #143094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143094 is #EBCF6B. Grayscale: #323232. Windows color (decimal): -15454060 or 9711636. OLE color: 9711636.

HSL color Cylindrical-coordinate representation of color #143094: hue angle of 226.88º 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 #143094 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2048148-
CMYK0.860.6800.42
HSL226.88º76.19%32.94%-
HSV(B)226.88º86.49%58.04%-
XYZ6.694.428.51-
YUV51.03182.72105.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.26%
GREEN value IS 48 (19.14% from 255) = 22.22%
BLUE value IS 148 (58.20% from 255) = 68.52%
R=9.26%
G=22.22%
B=68.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal20481480.860.6800.42226.8876.1932.94
Hex143094564402Ae34c21
Octal246022412610405234311441
Binary1010011000010010100101011010001000101010111000111001100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #143094

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #143094; }

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

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

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

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

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

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

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

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