Html Css Color HEX #142DAE Egyptian Blue

📋 copy color: '#142DAE'

red 20 ◦ green 45 ◦ blue 174

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

Shades of Egyptian Blue #142DAE

Tints of Egyptian Blue #142DAE

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.83%

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

R = 8.37%
G = 18.83%
B = 72.8%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#142DAE (or 0x142DAE) is known color: Egyptian Blue. HEX triplet: 14, 2D and AE. RGB value is (20,45,174). Sum of RGB (Red+Green+Blue) = 20+45+174=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 174 (68.36% from 255 or 72.80% from 239); Max value from RGB is 174 - color contains mainly: blue. Hex color #142DAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142DAE is #EBD251. Grayscale: #333333. Windows color (decimal): -15454802 or 11414804. OLE color: 11414804.

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

Color convert

RGB 20 45 174 -
CMYK 0.89 0.74 0 0.32
HSL 230.26º 0.79% 0.38% -
HSV(B) 230.26º 0.89% 0.68% -
XYZ 8.87 5.08 40.56 -
YUV 52.23 196.72 105.01 -
System Red Green Blue C M Y K H S L
Decimal 20 45 174 0.89 0.74 0 0.32 230.26 0.79 0.38
Hex 14 2D AE 59 4A 0 20 E6 4F 26
Octal 24 55 256 131 112 0 40 346 117 46
Binary 10100 101101 10101110 1011001 1001010 0 100000 11100110 1001111 100110

Color Harmonies of #142DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142DAE

Black with #142DAE

Text Example


Text Example

White with #142DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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