Html Css Color HEX #14299D Egyptian Blue

📋 copy color: '#14299D'

red 20 ◦ green 41 ◦ blue 157

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

Shades of Egyptian Blue #14299D

Tints of Egyptian Blue #14299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 72.02%

R = 9.17%
G = 18.81%
B = 72.02%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14299D (or 0x14299D) is known color: Egyptian Blue. HEX triplet: 14, 29 and 9D. RGB value is (20,41,157). Sum of RGB (Red+Green+Blue) = 20+41+157=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 157 (61.72% from 255 or 72.02% from 218); Max value from RGB is 157 - color contains mainly: blue. Hex color #14299D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14299D is #EBD662. Grayscale: #2F2F2F. Windows color (decimal): -15455843 or 10299668. OLE color: 10299668.

HSL color Cylindrical-coordinate representation of color #14299D: hue angle of 230.8º degrees, saturation: 0.77, 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 #14299D is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 41 157 -
CMYK 0.87 0.74 0 0.38
HSL 230.8º 0.77% 0.35% -
HSV(B) 230.8º 0.87% 0.62% -
XYZ 7.17 4.17 32.33 -
YUV 47.95 189.54 108.07 -
System Red Green Blue C M Y K H S L
Decimal 20 41 157 0.87 0.74 0 0.38 230.8 0.77 0.35
Hex 14 29 9D 57 4A 0 26 E7 4D 23
Octal 24 51 235 127 112 0 46 347 115 43
Binary 10100 101001 10011101 1010111 1001010 0 100110 11100111 1001101 100011

Color Harmonies of #14299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14299D

Black with #14299D

Text Example


Text Example

White with #14299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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