Html Css Color HEX #14229B Egyptian Blue

📋 copy color: '#14229B'

red 20 ◦ green 34 ◦ blue 155

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

Shades of Egyptian Blue #14229B

Tints of Egyptian Blue #14229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.27%

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

R = 9.57%
G = 16.27%
B = 74.16%

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

#14229B (or 0x14229B) is known color: Egyptian Blue. HEX triplet: 14, 22 and 9B. RGB value is (20,34,155). Sum of RGB (Red+Green+Blue) = 20+34+155=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 155 (60.94% from 255 or 74.16% from 209); Max value from RGB is 155 - color contains mainly: blue. Hex color #14229B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14229B is #EBDD64. Grayscale: #2B2B2B. Windows color (decimal): -15457637 or 10166804. OLE color: 10166804.

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

Color convert

RGB 20 34 155 -
CMYK 0.87 0.78 0 0.39
HSL 233.78º 0.77% 0.34% -
HSV(B) 233.78º 0.87% 0.61% -
XYZ 6.78 3.66 31.36 -
YUV 43.61 190.86 111.16 -
System Red Green Blue C M Y K H S L
Decimal 20 34 155 0.87 0.78 0 0.39 233.78 0.77 0.34
Hex 14 22 9B 57 4E 0 27 EA 4D 22
Octal 24 42 233 127 116 0 47 352 115 42
Binary 10100 100010 10011011 1010111 1001110 0 100111 11101010 1001101 100010

Color Harmonies of #14229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14229B

Black with #14229B

Text Example


Text Example

White with #14229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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