Html Css Color HEX #142199 Egyptian Blue

📋 copy color: '#142199'

red 20 ◦ green 33 ◦ blue 153

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

Shades of Egyptian Blue #142199

Tints of Egyptian Blue #142199

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.02%

 BLUE value IS 153 (60.16% from 255) = 74.27%

R = 9.71%
G = 16.02%
B = 74.27%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#142199 (or 0x142199) is known color: Egyptian Blue. HEX triplet: 14, 21 and 99. RGB value is (20,33,153). Sum of RGB (Red+Green+Blue) = 20+33+153=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 153 (60.16% from 255 or 74.27% from 206); Max value from RGB is 153 - color contains mainly: blue. Hex color #142199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142199 is #EBDE66. Grayscale: #2A2A2A. Windows color (decimal): -15457895 or 10035476. OLE color: 10035476.

HSL color Cylindrical-coordinate representation of color #142199: hue angle of 234.14º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #142199 is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 33 153 -
CMYK 0.87 0.78 0 0.4
HSL 234.14º 0.77% 0.34% -
HSV(B) 234.14º 0.87% 0.6% -
XYZ 6.58 3.54 30.47 -
YUV 42.79 190.19 111.74 -
System Red Green Blue C M Y K H S L
Decimal 20 33 153 0.87 0.78 0 0.4 234.14 0.77 0.34
Hex 14 21 99 57 4E 0 28 EA 4D 22
Octal 24 41 231 127 116 0 50 352 115 42
Binary 10100 100001 10011001 1010111 1001110 0 101000 11101010 1001101 100010

Color Harmonies of #142199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142199

Black with #142199

Text Example


Text Example

White with #142199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142199; }

 p { color: rgb(20,33,153); }

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

background-color css

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

 a { background-color: rgb(20,33,153); }

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

border-color css

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

 span { border-color: rgb(20,33,153); }

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