Html Css Color HEX #143A93 Egyptian Blue

📋 copy color: '#143A93'

red 20 ◦ green 58 ◦ blue 147

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

Shades of Egyptian Blue #143A93

Tints of Egyptian Blue #143A93

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 8.89%
G = 25.78%
B = 65.33%

CMYK

 C value IS 0.86

 M value IS 0.61

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#143A93 (or 0x143A93) is known color: Egyptian Blue. HEX triplet: 14, 3A and 93. RGB value is (20,58,147). Sum of RGB (Red+Green+Blue) = 20+58+147=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 147 (57.81% from 255 or 65.33% from 225); Max value from RGB is 147 - color contains mainly: blue. Hex color #143A93 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143A93 is #EBC56C. Grayscale: #383838. Windows color (decimal): -15451501 or 9648660. OLE color: 9648660.

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

Color convert

RGB 20 58 147 -
CMYK 0.86 0.61 0 0.42
HSL 222.05º 0.76% 0.33% -
HSV(B) 222.05º 0.86% 0.58% -
XYZ 7.07 5.28 28.25 -
YUV 56.78 178.91 101.76 -
System Red Green Blue C M Y K H S L
Decimal 20 58 147 0.86 0.61 0 0.42 222.05 0.76 0.33
Hex 14 3A 93 56 3D 0 2A DE 4C 21
Octal 24 72 223 126 75 0 52 336 114 41
Binary 10100 111010 10010011 1010110 111101 0 101010 11011110 1001100 100001

Color Harmonies of #143A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143A93

Black with #143A93

Text Example


Text Example

White with #143A93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #143A93;
 }
 .AnyTagClassName
 {
   color: #143A93;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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