Html Css Color HEX #14209B Egyptian Blue

📋 copy color: '#14209B'

red 20 ◦ green 32 ◦ blue 155

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

Shades of Egyptian Blue #14209B

Tints of Egyptian Blue #14209B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.46%

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

R = 9.66%
G = 15.46%
B = 74.88%

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

#14209B (or 0x14209B) is known color: Egyptian Blue. HEX triplet: 14, 20 and 9B. RGB value is (20,32,155). Sum of RGB (Red+Green+Blue) = 20+32+155=207 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.66% from 207); Green value is 32 (12.89% from 255 or 15.46% from 207); Blue value is 155 (60.94% from 255 or 74.88% from 207); Max value from RGB is 155 - color contains mainly: blue. Hex color #14209B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14209B is #EBDF64. Grayscale: #292929. Windows color (decimal): -15458149 or 10166292. OLE color: 10166292.

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

Color convert

RGB 20 32 155 -
CMYK 0.87 0.79 0 0.39
HSL 234.67º 0.77% 0.34% -
HSV(B) 234.67º 0.87% 0.61% -
XYZ 6.72 3.55 31.34 -
YUV 42.43 191.52 112 -
System Red Green Blue C M Y K H S L
Decimal 20 32 155 0.87 0.79 0 0.39 234.67 0.77 0.34
Hex 14 20 9B 57 4F 0 27 EB 4D 22
Octal 24 40 233 127 117 0 47 353 115 42
Binary 10100 100000 10011011 1010111 1001111 0 100111 11101011 1001101 100010

Color Harmonies of #14209B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14209B

Black with #14209B

Text Example


Text Example

White with #14209B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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