Html Css Color HEX #14219D Egyptian Blue

📋 copy color: '#14219D'

red 20 ◦ green 33 ◦ blue 157

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

Shades of Egyptian Blue #14219D

Tints of Egyptian Blue #14219D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.71%

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

R = 9.52%
G = 15.71%
B = 74.76%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14219D (or 0x14219D) is known color: Egyptian Blue. HEX triplet: 14, 21 and 9D. RGB value is (20,33,157). Sum of RGB (Red+Green+Blue) = 20+33+157=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 157 (61.72% from 255 or 74.76% from 210); Max value from RGB is 157 - color contains mainly: blue. Hex color #14219D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14219D is #EBDE62. Grayscale: #2A2A2A. Windows color (decimal): -15457891 or 10297620. OLE color: 10297620.

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

Color convert

RGB 20 33 157 -
CMYK 0.87 0.79 0 0.38
HSL 234.31º 0.77% 0.35% -
HSV(B) 234.31º 0.87% 0.62% -
XYZ 6.92 3.67 32.24 -
YUV 43.25 192.19 111.42 -
System Red Green Blue C M Y K H S L
Decimal 20 33 157 0.87 0.79 0 0.38 234.31 0.77 0.35
Hex 14 21 9D 57 4F 0 26 EA 4D 23
Octal 24 41 235 127 117 0 46 352 115 43
Binary 10100 100001 10011101 1010111 1001111 0 100110 11101010 1001101 100011

Color Harmonies of #14219D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14219D

Black with #14219D

Text Example


Text Example

White with #14219D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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