Html Css Color HEX #142BAC Egyptian Blue

📋 copy color: '#142BAC'

red 20 ◦ green 43 ◦ blue 172

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

Shades of Egyptian Blue #142BAC

Tints of Egyptian Blue #142BAC

RGB

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

 GREEN value IS 43 (17.19% from 255) = 18.3%

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

R = 8.51%
G = 18.3%
B = 73.19%

CMYK

 C value IS 0.88

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#142BAC (or 0x142BAC) is known color: Egyptian Blue. HEX triplet: 14, 2B and AC. RGB value is (20,43,172). Sum of RGB (Red+Green+Blue) = 20+43+172=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 43 (17.19% from 255 or 18.30% from 235); Blue value is 172 (67.58% from 255 or 73.19% from 235); Max value from RGB is 172 - color contains mainly: blue. Hex color #142BAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142BAC is #EBD453. Grayscale: #323232. Windows color (decimal): -15455316 or 11283220. OLE color: 11283220.

HSL color Cylindrical-coordinate representation of color #142BAC: hue angle of 230.92º 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 #142BAC is Cyan = 0.88, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 43 172 -
CMYK 0.88 0.75 0 0.33
HSL 230.92º 0.79% 0.38% -
HSV(B) 230.92º 0.88% 0.67% -
XYZ 8.6 4.86 39.51 -
YUV 50.83 196.38 106.01 -
System Red Green Blue C M Y K H S L
Decimal 20 43 172 0.88 0.75 0 0.33 230.92 0.79 0.38
Hex 14 2B AC 58 4B 0 21 E7 4F 26
Octal 24 53 254 130 113 0 41 347 117 46
Binary 10100 101011 10101100 1011000 1001011 0 100001 11100111 1001111 100110

Color Harmonies of #142BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142BAC

Black with #142BAC

Text Example


Text Example

White with #142BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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