Html Css Color HEX #14239C Egyptian Blue

📋 copy color: '#14239C'

red 20 ◦ green 35 ◦ blue 156

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

Shades of Egyptian Blue #14239C

Tints of Egyptian Blue #14239C

RGB

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

 GREEN value IS 35 (14.06% from 255) = 16.59%

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

R = 9.48%
G = 16.59%
B = 73.93%

CMYK

 C value IS 0.87

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14239C (or 0x14239C) is known color: Egyptian Blue. HEX triplet: 14, 23 and 9C. RGB value is (20,35,156). Sum of RGB (Red+Green+Blue) = 20+35+156=211 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.48% from 211); Green value is 35 (14.06% from 255 or 16.59% from 211); Blue value is 156 (61.33% from 255 or 73.93% from 211); Max value from RGB is 156 - color contains mainly: blue. Hex color #14239C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14239C is #EBDC63. Grayscale: #2B2B2B. Windows color (decimal): -15457380 or 10232596. OLE color: 10232596.

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

Color convert

RGB 20 35 156 -
CMYK 0.87 0.78 0 0.39
HSL 233.38º 0.77% 0.35% -
HSV(B) 233.38º 0.87% 0.61% -
XYZ 6.89 3.75 31.81 -
YUV 44.31 191.03 110.66 -
System Red Green Blue C M Y K H S L
Decimal 20 35 156 0.87 0.78 0 0.39 233.38 0.77 0.35
Hex 14 23 9C 57 4E 0 27 E9 4D 23
Octal 24 43 234 127 116 0 47 351 115 43
Binary 10100 100011 10011100 1010111 1001110 0 100111 11101001 1001101 100011

Color Harmonies of #14239C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14239C

Black with #14239C

Text Example


Text Example

White with #14239C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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