Html Css Color HEX #14299C Egyptian Blue

📋 copy color: '#14299C'

red 20 ◦ green 41 ◦ blue 156

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

Shades of Egyptian Blue #14299C

Tints of Egyptian Blue #14299C

RGB

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

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

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

R = 9.22%
G = 18.89%
B = 71.89%

CMYK

 C value IS 0.87

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14299C (or 0x14299C) is known color: Egyptian Blue. HEX triplet: 14, 29 and 9C. RGB value is (20,41,156). Sum of RGB (Red+Green+Blue) = 20+41+156=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 41 (16.41% from 255 or 18.89% from 217); Blue value is 156 (61.33% from 255 or 71.89% from 217); Max value from RGB is 156 - color contains mainly: blue. Hex color #14299C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14299C is #EBD663. Grayscale: #2F2F2F. Windows color (decimal): -15455844 or 10234132. OLE color: 10234132.

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

Color convert

RGB 20 41 156 -
CMYK 0.87 0.74 0 0.39
HSL 230.74º 0.77% 0.35% -
HSV(B) 230.74º 0.87% 0.61% -
XYZ 7.08 4.13 31.88 -
YUV 47.83 189.04 108.15 -
System Red Green Blue C M Y K H S L
Decimal 20 41 156 0.87 0.74 0 0.39 230.74 0.77 0.35
Hex 14 29 9C 57 4A 0 27 E7 4D 23
Octal 24 51 234 127 112 0 47 347 115 43
Binary 10100 101001 10011100 1010111 1001010 0 100111 11100111 1001101 100011

Color Harmonies of #14299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14299C

Black with #14299C

Text Example


Text Example

White with #14299C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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