Html Css Color HEX #143CAE Egyptian Blue

📋 copy color: '#143CAE'

red 20 ◦ green 60 ◦ blue 174

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

Shades of Egyptian Blue #143CAE

Tints of Egyptian Blue #143CAE

RGB

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

 GREEN value IS 60 (23.83% from 255) = 23.62%

 BLUE value IS 174 (68.36% from 255) = 68.5%

R = 7.87%
G = 23.62%
B = 68.5%

CMYK

 C value IS 0.89

 M value IS 0.66

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#143CAE (or 0x143CAE) is known color: Egyptian Blue. HEX triplet: 14, 3C and AE. RGB value is (20,60,174). Sum of RGB (Red+Green+Blue) = 20+60+174=254 (33% of max value = 765). Red value is 20 (8.20% from 255 or 7.87% from 254); Green value is 60 (23.83% from 255 or 23.62% from 254); Blue value is 174 (68.36% from 255 or 68.50% from 254); Max value from RGB is 174 - color contains mainly: blue. Hex color #143CAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143CAE is #EBC351. Grayscale: #3C3C3C. Windows color (decimal): -15450962 or 11418644. OLE color: 11418644.

HSL color Cylindrical-coordinate representation of color #143CAE: hue angle of 224.42º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #143CAE is Cyan = 0.89, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 60 174 -
CMYK 0.89 0.66 0 0.32
HSL 224.42º 0.79% 0.38% -
HSV(B) 224.42º 0.89% 0.68% -
XYZ 9.54 6.44 40.78 -
YUV 61.04 191.75 98.73 -
System Red Green Blue C M Y K H S L
Decimal 20 60 174 0.89 0.66 0 0.32 224.42 0.79 0.38
Hex 14 3C AE 59 42 0 20 E0 4F 26
Octal 24 74 256 131 102 0 40 340 117 46
Binary 10100 111100 10101110 1011001 1000010 0 100000 11100000 1001111 100110

Color Harmonies of #143CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143CAE

Black with #143CAE

Text Example


Text Example

White with #143CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,60,174); }

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

background-color css

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

 a { background-color: rgb(20,60,174); }

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

border-color css

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

 span { border-color: rgb(20,60,174); }

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