Html Css Color HEX #142E92 Egyptian Blue

📋 copy color: '#142E92'

red 20 ◦ green 46 ◦ blue 146

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

Shades of Egyptian Blue #142E92

Tints of Egyptian Blue #142E92

RGB

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

 GREEN value IS 46 (18.36% from 255) = 21.7%

 BLUE value IS 146 (57.42% from 255) = 68.87%

R = 9.43%
G = 21.7%
B = 68.87%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#142E92 (or 0x142E92) is known color: Egyptian Blue. HEX triplet: 14, 2E and 92. RGB value is (20,46,146). Sum of RGB (Red+Green+Blue) = 20+46+146=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 46 (18.36% from 255 or 21.70% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #142E92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E92 is #EBD16D. Grayscale: #313131. Windows color (decimal): -15454574 or 9580052. OLE color: 9580052.

HSL color Cylindrical-coordinate representation of color #142E92: hue angle of 227.62º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #142E92 is Cyan = 0.86, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 46 146 -
CMYK 0.86 0.68 0 0.43
HSL 227.62º 0.76% 0.33% -
HSV(B) 227.62º 0.86% 0.57% -
XYZ 6.45 4.18 27.66 -
YUV 49.63 182.39 106.87 -
System Red Green Blue C M Y K H S L
Decimal 20 46 146 0.86 0.68 0 0.43 227.62 0.76 0.33
Hex 14 2E 92 56 44 0 2B E4 4C 21
Octal 24 56 222 126 104 0 53 344 114 41
Binary 10100 101110 10010010 1010110 1000100 0 101011 11100100 1001100 100001

Color Harmonies of #142E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142E92

Black with #142E92

Text Example


Text Example

White with #142E92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,46,146); }

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

background-color css

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

 a { background-color: rgb(20,46,146); }

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

border-color css

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

 span { border-color: rgb(20,46,146); }

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