Html Css Color HEX #142AAD Egyptian Blue

📋 copy color: '#142AAD'

red 20 ◦ green 42 ◦ blue 173

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

Shades of Egyptian Blue #142AAD

Tints of Egyptian Blue #142AAD

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.87%

 BLUE value IS 173 (67.97% from 255) = 73.62%

R = 8.51%
G = 17.87%
B = 73.62%

CMYK

 C value IS 0.88

 M value IS 0.76

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#142AAD (or 0x142AAD) is known color: Egyptian Blue. HEX triplet: 14, 2A and AD. RGB value is (20,42,173). Sum of RGB (Red+Green+Blue) = 20+42+173=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 42 (16.80% from 255 or 17.87% from 235); Blue value is 173 (67.97% from 255 or 73.62% from 235); Max value from RGB is 173 - color contains mainly: blue. Hex color #142AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142AAD is #EBD552. Grayscale: #313131. Windows color (decimal): -15455571 or 11348500. OLE color: 11348500.

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

Color convert

RGB 20 42 173 -
CMYK 0.88 0.76 0 0.32
HSL 231.37º 0.79% 0.38% -
HSV(B) 231.37º 0.88% 0.68% -
XYZ 8.66 4.82 40.01 -
YUV 50.36 197.21 106.35 -
System Red Green Blue C M Y K H S L
Decimal 20 42 173 0.88 0.76 0 0.32 231.37 0.79 0.38
Hex 14 2A AD 58 4C 0 20 E7 4F 26
Octal 24 52 255 130 114 0 40 347 117 46
Binary 10100 101010 10101101 1011000 1001100 0 100000 11100111 1001111 100110

Color Harmonies of #142AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142AAD

Black with #142AAD

Text Example


Text Example

White with #142AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,42,173); }

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

background-color css

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

 a { background-color: rgb(20,42,173); }

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

border-color css

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

 span { border-color: rgb(20,42,173); }

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