Html Css Color HEX #142FAE Egyptian Blue

📋 copy color: '#142FAE'

red 20 ◦ green 47 ◦ blue 174

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

Shades of Egyptian Blue #142FAE

Tints of Egyptian Blue #142FAE

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.5%

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

R = 8.3%
G = 19.5%
B = 72.2%

CMYK

 C value IS 0.89

 M value IS 0.73

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#142FAE (or 0x142FAE) is known color: Egyptian Blue. HEX triplet: 14, 2F and AE. RGB value is (20,47,174). Sum of RGB (Red+Green+Blue) = 20+47+174=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 174 (68.36% from 255 or 72.20% from 241); Max value from RGB is 174 - color contains mainly: blue. Hex color #142FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142FAE is #EBD051. Grayscale: #343434. Windows color (decimal): -15454290 or 11415316. OLE color: 11415316.

HSL color Cylindrical-coordinate representation of color #142FAE: hue angle of 229.48º 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 #142FAE is Cyan = 0.89, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 47 174 -
CMYK 0.89 0.73 0 0.32
HSL 229.48º 0.79% 0.38% -
HSV(B) 229.48º 0.89% 0.68% -
XYZ 8.94 5.24 40.58 -
YUV 53.41 196.05 104.17 -
System Red Green Blue C M Y K H S L
Decimal 20 47 174 0.89 0.73 0 0.32 229.48 0.79 0.38
Hex 14 2F AE 59 49 0 20 E5 4F 26
Octal 24 57 256 131 111 0 40 345 117 46
Binary 10100 101111 10101110 1011001 1001001 0 100000 11100101 1001111 100110

Color Harmonies of #142FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FAE

Black with #142FAE

Text Example


Text Example

White with #142FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142FAE; }

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

 H1.HeaderClassName
 {
   color: #142FAE;
 }
 .AnyTagClassName
 {
   color: #142FAE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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