Html Css Color HEX #142FAC Egyptian Blue

📋 copy color: '#142FAC'

red 20 ◦ green 47 ◦ blue 172

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

Shades of Egyptian Blue #142FAC

Tints of Egyptian Blue #142FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 71.97%

R = 8.37%
G = 19.67%
B = 71.97%

CMYK

 C value IS 0.88

 M value IS 0.73

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#142FAC (or 0x142FAC) is known color: Egyptian Blue. HEX triplet: 14, 2F and AC. RGB value is (20,47,172). Sum of RGB (Red+Green+Blue) = 20+47+172=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 47 (18.75% from 255 or 19.67% from 239); Blue value is 172 (67.58% from 255 or 71.97% from 239); Max value from RGB is 172 - color contains mainly: blue. Hex color #142FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142FAC is #EBD053. Grayscale: #343434. Windows color (decimal): -15454292 or 11284244. OLE color: 11284244.

HSL color Cylindrical-coordinate representation of color #142FAC: hue angle of 229.34º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #142FAC is Cyan = 0.88, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 47 172 -
CMYK 0.88 0.73 0 0.33
HSL 229.34º 0.79% 0.38% -
HSV(B) 229.34º 0.88% 0.67% -
XYZ 8.75 5.16 39.56 -
YUV 53.18 195.05 104.34 -
System Red Green Blue C M Y K H S L
Decimal 20 47 172 0.88 0.73 0 0.33 229.34 0.79 0.38
Hex 14 2F AC 58 49 0 21 E5 4F 26
Octal 24 57 254 130 111 0 41 345 117 46
Binary 10100 101111 10101100 1011000 1001001 0 100001 11100101 1001111 100110

Color Harmonies of #142FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142FAC

Black with #142FAC

Text Example


Text Example

White with #142FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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