Html Css Color HEX #14419C Egyptian Blue

📋 copy color: '#14419C'

red 20 ◦ green 65 ◦ blue 156

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

Shades of Egyptian Blue #14419C

Tints of Egyptian Blue #14419C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.97%

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

R = 8.3%
G = 26.97%
B = 64.73%

CMYK

 C value IS 0.87

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14419C (or 0x14419C) is known color: Egyptian Blue. HEX triplet: 14, 41 and 9C. RGB value is (20,65,156). Sum of RGB (Red+Green+Blue) = 20+65+156=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #14419C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14419C is #EBBE63. Grayscale: #3D3D3D. Windows color (decimal): -15449700 or 10240276. OLE color: 10240276.

HSL color Cylindrical-coordinate representation of color #14419C: hue angle of 220.15º 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 #14419C is Cyan = 0.87, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 65 156 -
CMYK 0.87 0.58 0 0.39
HSL 220.15º 0.77% 0.35% -
HSV(B) 220.15º 0.87% 0.61% -
XYZ 8.18 6.33 32.24 -
YUV 61.92 181.09 98.1 -
System Red Green Blue C M Y K H S L
Decimal 20 65 156 0.87 0.58 0 0.39 220.15 0.77 0.35
Hex 14 41 9C 57 3A 0 27 DC 4D 23
Octal 24 101 234 127 72 0 47 334 115 43
Binary 10100 1000001 10011100 1010111 111010 0 100111 11011100 1001101 100011

Color Harmonies of #14419C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14419C

Black with #14419C

Text Example


Text Example

White with #14419C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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