Html Css Color HEX #14229E Egyptian Blue

📋 copy color: '#14229E'

red 20 ◦ green 34 ◦ blue 158

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

Shades of Egyptian Blue #14229E

Tints of Egyptian Blue #14229E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 74.53%

R = 9.43%
G = 16.04%
B = 74.53%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14229E (or 0x14229E) is known color: Egyptian Blue. HEX triplet: 14, 22 and 9E. RGB value is (20,34,158). Sum of RGB (Red+Green+Blue) = 20+34+158=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 34 (13.67% from 255 or 16.04% from 212); Blue value is 158 (62.11% from 255 or 74.53% from 212); Max value from RGB is 158 - color contains mainly: blue. Hex color #14229E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14229E is #EBDD61. Grayscale: #2B2B2B. Windows color (decimal): -15457634 or 10363412. OLE color: 10363412.

HSL color Cylindrical-coordinate representation of color #14229E: hue angle of 233.91º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14229E is Cyan = 0.87, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 34 158 -
CMYK 0.87 0.78 0 0.38
HSL 233.91º 0.78% 0.35% -
HSV(B) 233.91º 0.87% 0.62% -
XYZ 7.03 3.76 32.7 -
YUV 43.95 192.36 110.92 -
System Red Green Blue C M Y K H S L
Decimal 20 34 158 0.87 0.78 0 0.38 233.91 0.78 0.35
Hex 14 22 9E 57 4E 0 26 EA 4E 23
Octal 24 42 236 127 116 0 46 352 116 43
Binary 10100 100010 10011110 1010111 1001110 0 100110 11101010 1001110 100011

Color Harmonies of #14229E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14229E

Black with #14229E

Text Example


Text Example

White with #14229E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14229E; }

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

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

background-color css

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

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

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

border-color css

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

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

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