Html Css Color HEX #14229F Egyptian Blue

📋 copy color: '#14229F'

red 20 ◦ green 34 ◦ blue 159

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

Shades of Egyptian Blue #14229F

Tints of Egyptian Blue #14229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 74.65%

R = 9.39%
G = 15.96%
B = 74.65%

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

#14229F (or 0x14229F) is known color: Egyptian Blue. HEX triplet: 14, 22 and 9F. RGB value is (20,34,159). Sum of RGB (Red+Green+Blue) = 20+34+159=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 159 (62.5% from 255 or 74.65% from 213); Max value from RGB is 159 - color contains mainly: blue. Hex color #14229F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14229F is #EBDD60. Grayscale: #2B2B2B. Windows color (decimal): -15457633 or 10428948. OLE color: 10428948.

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

Color convert

RGB 20 34 159 -
CMYK 0.87 0.79 0 0.38
HSL 233.96º 0.78% 0.35% -
HSV(B) 233.96º 0.87% 0.62% -
XYZ 7.12 3.8 33.16 -
YUV 44.06 192.86 110.84 -
System Red Green Blue C M Y K H S L
Decimal 20 34 159 0.87 0.79 0 0.38 233.96 0.78 0.35
Hex 14 22 9F 57 4F 0 26 EA 4E 23
Octal 24 42 237 127 117 0 46 352 116 43
Binary 10100 100010 10011111 1010111 1001111 0 100110 11101010 1001110 100011

Color Harmonies of #14229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14229F

Black with #14229F

Text Example


Text Example

White with #14229F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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