Html Css Color HEX #14379C Egyptian Blue

📋 copy color: '#14379C'

red 20 ◦ green 55 ◦ blue 156

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

Shades of Egyptian Blue #14379C

Tints of Egyptian Blue #14379C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 67.53%

R = 8.66%
G = 23.81%
B = 67.53%

CMYK

 C value IS 0.87

 M value IS 0.65

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14379C (or 0x14379C) is known color: Egyptian Blue. HEX triplet: 14, 37 and 9C. RGB value is (20,55,156). Sum of RGB (Red+Green+Blue) = 20+55+156=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 55 (21.88% from 255 or 23.81% from 231); Blue value is 156 (61.33% from 255 or 67.53% from 231); Max value from RGB is 156 - color contains mainly: blue. Hex color #14379C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14379C is #EBC863. Grayscale: #373737. Windows color (decimal): -15452260 or 10237716. OLE color: 10237716.

HSL color Cylindrical-coordinate representation of color #14379C: hue angle of 224.56º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14379C is Cyan = 0.87, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 55 156 -
CMYK 0.87 0.65 0 0.39
HSL 224.56º 0.77% 0.35% -
HSV(B) 224.56º 0.87% 0.61% -
XYZ 7.66 5.28 32.07 -
YUV 56.05 184.4 102.29 -
System Red Green Blue C M Y K H S L
Decimal 20 55 156 0.87 0.65 0 0.39 224.56 0.77 0.35
Hex 14 37 9C 57 41 0 27 E1 4D 23
Octal 24 67 234 127 101 0 47 341 115 43
Binary 10100 110111 10011100 1010111 1000001 0 100111 11100001 1001101 100011

Color Harmonies of #14379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14379C

Black with #14379C

Text Example


Text Example

White with #14379C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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