Html Css Color HEX #142992 Egyptian Blue

📋 copy color: '#142992'

red 20 ◦ green 41 ◦ blue 146

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

Shades of Egyptian Blue #142992

Tints of Egyptian Blue #142992

RGB

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

 GREEN value IS 41 (16.41% from 255) = 19.81%

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

R = 9.66%
G = 19.81%
B = 70.53%

CMYK

 C value IS 0.86

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#142992 (or 0x142992) is known color: Egyptian Blue. HEX triplet: 14, 29 and 92. RGB value is (20,41,146). Sum of RGB (Red+Green+Blue) = 20+41+146=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 41 (16.41% from 255 or 19.81% from 207); Blue value is 146 (57.42% from 255 or 70.53% from 207); Max value from RGB is 146 - color contains mainly: blue. Hex color #142992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142992 is #EBD66D. Grayscale: #2E2E2E. Windows color (decimal): -15455854 or 9578772. OLE color: 9578772.

HSL color Cylindrical-coordinate representation of color #142992: hue angle of 230º 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 #142992 is Cyan = 0.86, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 41 146 -
CMYK 0.86 0.72 0 0.43
HSL 230º 0.76% 0.33% -
HSV(B) 230º 0.86% 0.57% -
XYZ 6.27 3.81 27.6 -
YUV 46.69 184.04 108.96 -
System Red Green Blue C M Y K H S L
Decimal 20 41 146 0.86 0.72 0 0.43 230 0.76 0.33
Hex 14 29 92 56 48 0 2B E6 4C 21
Octal 24 51 222 126 110 0 53 346 114 41
Binary 10100 101001 10010010 1010110 1001000 0 101011 11100110 1001100 100001

Color Harmonies of #142992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142992

Black with #142992

Text Example


Text Example

White with #142992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142992; }

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

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

background-color css

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

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

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

border-color css

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

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

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