Html Css Color HEX #143093 Egyptian Blue

📋 copy color: '#143093'

red 20 ◦ green 48 ◦ blue 147

#143093
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #143093

Tints of Egyptian Blue #143093

RGB

 RED value IS 20 (8.2% from 255) = 9.3%

 GREEN value IS 48 (19.14% from 255) = 22.33%

 BLUE value IS 147 (57.81% from 255) = 68.37%

R = 9.3%
G = 22.33%
B = 68.37%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143093 (or 0x143093) is known color: 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

RGB 20 48 147 -
CMYK 0.86 0.67 0 0.42
HSL 226.77º 0.76% 0.33% -
HSV(B) 226.77º 0.86% 0.58% -
XYZ 6.61 4.37 28.1 -
YUV 50.91 182.22 105.95 -
System Red Green Blue C M Y K H S L
Decimal 20 48 147 0.86 0.67 0 0.42 226.77 0.76 0.33
Hex 14 30 93 56 43 0 2A E3 4C 21
Octal 24 60 223 126 103 0 52 343 114 41
Binary 10100 110000 10010011 1010110 1000011 0 101010 11100011 1001100 100001

Color Harmonies of #143093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143093

Black with #143093

Text Example


Text Example

White with #143093

Text Example


Text Example

HTML Codes & Css Web 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>