Html Css Color HEX #14379D Egyptian Blue

📋 copy color: '#14379D'

red 20 ◦ green 55 ◦ blue 157

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

Shades of Egyptian Blue #14379D

Tints of Egyptian Blue #14379D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 23.71%

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

R = 8.62%
G = 23.71%
B = 67.67%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14379D (or 0x14379D) is known color: Egyptian Blue. HEX triplet: 14, 37 and 9D. RGB value is (20,55,157). Sum of RGB (Red+Green+Blue) = 20+55+157=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 55 (21.88% from 255 or 23.71% from 232); Blue value is 157 (61.72% from 255 or 67.67% from 232); Max value from RGB is 157 - color contains mainly: blue. Hex color #14379D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14379D is #EBC862. Grayscale: #373737. Windows color (decimal): -15452259 or 10303252. OLE color: 10303252.

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

Color convert

RGB 20 55 157 -
CMYK 0.87 0.65 0 0.38
HSL 224.67º 0.77% 0.35% -
HSV(B) 224.67º 0.87% 0.62% -
XYZ 7.74 5.32 32.52 -
YUV 56.16 184.9 102.21 -
System Red Green Blue C M Y K H S L
Decimal 20 55 157 0.87 0.65 0 0.38 224.67 0.77 0.35
Hex 14 37 9D 57 41 0 26 E1 4D 23
Octal 24 67 235 127 101 0 46 341 115 43
Binary 10100 110111 10011101 1010111 1000001 0 100110 11100001 1001101 100011

Color Harmonies of #14379D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14379D

Black with #14379D

Text Example


Text Example

White with #14379D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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