Html Css Color HEX #142A96 Egyptian Blue

📋 copy color: '#142A96'

red 20 ◦ green 42 ◦ blue 150

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

Shades of Egyptian Blue #142A96

Tints of Egyptian Blue #142A96

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 70.75%

R = 9.43%
G = 19.81%
B = 70.75%

CMYK

 C value IS 0.87

 M value IS 0.72

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#142A96 (or 0x142A96) is known color: Egyptian Blue. HEX triplet: 14, 2A and 96. RGB value is (20,42,150). Sum of RGB (Red+Green+Blue) = 20+42+150=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 42 (16.80% from 255 or 19.81% from 212); Blue value is 150 (58.98% from 255 or 70.75% from 212); Max value from RGB is 150 - color contains mainly: blue. Hex color #142A96 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142A96 is #EBD569. Grayscale: #2F2F2F. Windows color (decimal): -15455594 or 9841172. OLE color: 9841172.

HSL color Cylindrical-coordinate representation of color #142A96: hue angle of 229.85º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142A96 is Cyan = 0.87, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 20 42 150 -
CMYK 0.87 0.72 0 0.41
HSL 229.85º 0.76% 0.33% -
HSV(B) 229.85º 0.87% 0.59% -
XYZ 6.62 4.01 29.28 -
YUV 47.73 185.71 108.22 -
System Red Green Blue C M Y K H S L
Decimal 20 42 150 0.87 0.72 0 0.41 229.85 0.76 0.33
Hex 14 2A 96 57 48 0 29 E6 4C 21
Octal 24 52 226 127 110 0 51 346 114 41
Binary 10100 101010 10010110 1010111 1001000 0 101001 11100110 1001100 100001

Color Harmonies of #142A96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142A96

Black with #142A96

Text Example


Text Example

White with #142A96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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