Html Css Color HEX #142295 Egyptian Blue

📋 copy color: '#142295'

red 20 ◦ green 34 ◦ blue 149

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

Shades of Egyptian Blue #142295

Tints of Egyptian Blue #142295

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.75%

 BLUE value IS 149 (58.59% from 255) = 73.4%

R = 9.85%
G = 16.75%
B = 73.4%

CMYK

 C value IS 0.87

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#142295 (or 0x142295) is known color: Egyptian Blue. HEX triplet: 14, 22 and 95. RGB value is (20,34,149). Sum of RGB (Red+Green+Blue) = 20+34+149=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 149 (58.59% from 255 or 73.40% from 203); Max value from RGB is 149 - color contains mainly: blue. Hex color #142295 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142295 is #EBDD6A. Grayscale: #2A2A2A. Windows color (decimal): -15457643 or 9773588. OLE color: 9773588.

HSL color Cylindrical-coordinate representation of color #142295: hue angle of 233.49º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142295 is Cyan = 0.87, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 34 149 -
CMYK 0.87 0.77 0 0.42
HSL 233.49º 0.76% 0.33% -
HSV(B) 233.49º 0.87% 0.58% -
XYZ 6.29 3.46 28.77 -
YUV 42.92 187.86 111.65 -
System Red Green Blue C M Y K H S L
Decimal 20 34 149 0.87 0.77 0 0.42 233.49 0.76 0.33
Hex 14 22 95 57 4D 0 2A E9 4C 21
Octal 24 42 225 127 115 0 52 351 114 41
Binary 10100 100010 10010101 1010111 1001101 0 101010 11101001 1001100 100001

Color Harmonies of #142295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142295

Black with #142295

Text Example


Text Example

White with #142295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142295; }

 p { color: rgb(20,34,149); }

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

background-color css

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

 a { background-color: rgb(20,34,149); }

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

border-color css

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

 span { border-color: rgb(20,34,149); }

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