Html Css Color HEX #142099 Egyptian Blue

📋 copy color: '#142099'

red 20 ◦ green 32 ◦ blue 153

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

Shades of Egyptian Blue #142099

Tints of Egyptian Blue #142099

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.61%

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

R = 9.76%
G = 15.61%
B = 74.63%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#142099 (or 0x142099) is known color: Egyptian Blue. HEX triplet: 14, 20 and 99. RGB value is (20,32,153). Sum of RGB (Red+Green+Blue) = 20+32+153=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 32 (12.89% from 255 or 15.61% from 205); Blue value is 153 (60.16% from 255 or 74.63% from 205); Max value from RGB is 153 - color contains mainly: blue. Hex color #142099 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142099 is #EBDF66. Grayscale: #292929. Windows color (decimal): -15458151 or 10035220. OLE color: 10035220.

HSL color Cylindrical-coordinate representation of color #142099: hue angle of 234.59º 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 #142099 is Cyan = 0.87, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 32 153 -
CMYK 0.87 0.79 0 0.4
HSL 234.59º 0.77% 0.34% -
HSV(B) 234.59º 0.87% 0.6% -
XYZ 6.55 3.48 30.46 -
YUV 42.21 190.52 112.16 -
System Red Green Blue C M Y K H S L
Decimal 20 32 153 0.87 0.79 0 0.4 234.59 0.77 0.34
Hex 14 20 99 57 4F 0 28 EB 4D 22
Octal 24 40 231 127 117 0 50 353 115 42
Binary 10100 100000 10011001 1010111 1001111 0 101000 11101011 1001101 100010

Color Harmonies of #142099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142099

Black with #142099

Text Example


Text Example

White with #142099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142099; }

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

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

background-color css

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

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

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

border-color css

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

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

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