Html Css Color HEX #143EA6 Egyptian Blue

📋 copy color: '#143EA6'

red 20 ◦ green 62 ◦ blue 166

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

Shades of Egyptian Blue #143EA6

Tints of Egyptian Blue #143EA6

RGB

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

 GREEN value IS 62 (24.61% from 255) = 25%

 BLUE value IS 166 (65.23% from 255) = 66.94%

R = 8.06%
G = 25%
B = 66.94%

CMYK

 C value IS 0.88

 M value IS 0.63

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#143EA6 (or 0x143EA6) is known color: Egyptian Blue. HEX triplet: 14, 3E and A6. RGB value is (20,62,166). Sum of RGB (Red+Green+Blue) = 20+62+166=248 (32% of max value = 765). Red value is 20 (8.20% from 255 or 8.06% from 248); Green value is 62 (24.61% from 255 or 25% from 248); Blue value is 166 (65.23% from 255 or 66.94% from 248); Max value from RGB is 166 - color contains mainly: blue. Hex color #143EA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143EA6 is #EBC159. Grayscale: #3C3C3C. Windows color (decimal): -15450458 or 10894868. OLE color: 10894868.

HSL color Cylindrical-coordinate representation of color #143EA6: hue angle of 222.74º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #143EA6 is Cyan = 0.88, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 62 166 -
CMYK 0.88 0.63 0 0.35
HSL 222.74º 0.78% 0.36% -
HSV(B) 222.74º 0.88% 0.65% -
XYZ 8.89 6.35 36.83 -
YUV 61.3 187.09 98.54 -
System Red Green Blue C M Y K H S L
Decimal 20 62 166 0.88 0.63 0 0.35 222.74 0.78 0.36
Hex 14 3E A6 58 3F 0 23 DF 4E 24
Octal 24 76 246 130 77 0 43 337 116 44
Binary 10100 111110 10100110 1011000 111111 0 100011 11011111 1001110 100100

Color Harmonies of #143EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143EA6

Black with #143EA6

Text Example


Text Example

White with #143EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,62,166); }

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

background-color css

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

 a { background-color: rgb(20,62,166); }

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

border-color css

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

 span { border-color: rgb(20,62,166); }

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