Html Css Color HEX #14349D Egyptian Blue

📋 copy color: '#14349D'

red 20 ◦ green 52 ◦ blue 157

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

Shades of Egyptian Blue #14349D

Tints of Egyptian Blue #14349D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 68.56%

R = 8.73%
G = 22.71%
B = 68.56%

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

#14349D (or 0x14349D) is known color: Egyptian Blue. HEX triplet: 14, 34 and 9D. RGB value is (20,52,157). Sum of RGB (Red+Green+Blue) = 20+52+157=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 52 (20.70% from 255 or 22.71% from 229); Blue value is 157 (61.72% from 255 or 68.56% from 229); Max value from RGB is 157 - color contains mainly: blue. Hex color #14349D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14349D is #EBCB62. Grayscale: #353535. Windows color (decimal): -15453027 or 10302484. OLE color: 10302484.

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

Color convert

RGB 20 52 157 -
CMYK 0.87 0.67 0 0.38
HSL 225.99º 0.77% 0.35% -
HSV(B) 225.99º 0.87% 0.62% -
XYZ 7.6 5.04 32.47 -
YUV 54.4 185.9 103.46 -
System Red Green Blue C M Y K H S L
Decimal 20 52 157 0.87 0.67 0 0.38 225.99 0.77 0.35
Hex 14 34 9D 57 43 0 26 E2 4D 23
Octal 24 64 235 127 103 0 46 342 115 43
Binary 10100 110100 10011101 1010111 1000011 0 100110 11100010 1001101 100011

Color Harmonies of #14349D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14349D

Black with #14349D

Text Example


Text Example

White with #14349D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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