Html Css Color HEX #14349E Egyptian Blue

📋 copy color: '#14349E'

red 20 ◦ green 52 ◦ blue 158

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

Shades of Egyptian Blue #14349E

Tints of Egyptian Blue #14349E

RGB

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

 GREEN value IS 52 (20.7% from 255) = 22.61%

 BLUE value IS 158 (62.11% from 255) = 68.7%

R = 8.7%
G = 22.61%
B = 68.7%

CMYK

 C value IS 0.87

 M value IS 0.67

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14349E (or 0x14349E) is known color: Egyptian Blue. HEX triplet: 14, 34 and 9E. RGB value is (20,52,158). Sum of RGB (Red+Green+Blue) = 20+52+158=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 52 (20.70% from 255 or 22.61% from 230); Blue value is 158 (62.11% from 255 or 68.70% from 230); Max value from RGB is 158 - color contains mainly: blue. Hex color #14349E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14349E is #EBCB61. Grayscale: #363636. Windows color (decimal): -15453026 or 10368020. OLE color: 10368020.

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

Color convert

RGB 20 52 158 -
CMYK 0.87 0.67 0 0.38
HSL 226.09º 0.78% 0.35% -
HSV(B) 226.09º 0.87% 0.62% -
XYZ 7.69 5.07 32.92 -
YUV 54.52 186.4 103.38 -
System Red Green Blue C M Y K H S L
Decimal 20 52 158 0.87 0.67 0 0.38 226.09 0.78 0.35
Hex 14 34 9E 57 43 0 26 E2 4E 23
Octal 24 64 236 127 103 0 46 342 116 43
Binary 10100 110100 10011110 1010111 1000011 0 100110 11100010 1001110 100011

Color Harmonies of #14349E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14349E

Black with #14349E

Text Example


Text Example

White with #14349E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14349E; }

 p { color: rgb(20,52,158); }

 H1.HeaderClassName
 {
   color: #14349E;
 }
 .AnyTagClassName
 {
   color: #14349E;
 }
</style>

background-color css

<style>
 a { background-color: #14349E; }

 a { background-color: rgb(20,52,158); }

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

border-color css

<style>
 span { border-color: #14349E; }

 span { border-color: rgb(20,52,158); }

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