Html Css Color HEX #14219B Egyptian Blue

📋 copy color: '#14219B'

red 20 ◦ green 33 ◦ blue 155

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

Shades of Egyptian Blue #14219B

Tints of Egyptian Blue #14219B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 74.52%

R = 9.62%
G = 15.87%
B = 74.52%

CMYK

 C value IS 0.87

 M value IS 0.79

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14219B (or 0x14219B) is known color: Egyptian Blue. HEX triplet: 14, 21 and 9B. RGB value is (20,33,155). Sum of RGB (Red+Green+Blue) = 20+33+155=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 33 (13.28% from 255 or 15.87% from 208); Blue value is 155 (60.94% from 255 or 74.52% from 208); Max value from RGB is 155 - color contains mainly: blue. Hex color #14219B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14219B is #EBDE64. Grayscale: #2A2A2A. Windows color (decimal): -15457893 or 10166548. OLE color: 10166548.

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

Color convert

RGB 20 33 155 -
CMYK 0.87 0.79 0 0.39
HSL 234.22º 0.77% 0.34% -
HSV(B) 234.22º 0.87% 0.61% -
XYZ 6.75 3.6 31.35 -
YUV 43.02 191.19 111.58 -
System Red Green Blue C M Y K H S L
Decimal 20 33 155 0.87 0.79 0 0.39 234.22 0.77 0.34
Hex 14 21 9B 57 4F 0 27 EA 4D 22
Octal 24 41 233 127 117 0 47 352 115 42
Binary 10100 100001 10011011 1010111 1001111 0 100111 11101010 1001101 100010

Color Harmonies of #14219B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14219B

Black with #14219B

Text Example


Text Example

White with #14219B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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