Html Css Color HEX #14359D Egyptian Blue

📋 copy color: '#14359D'

red 20 ◦ green 53 ◦ blue 157

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

Shades of Egyptian Blue #14359D

Tints of Egyptian Blue #14359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 23.04%

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

R = 8.7%
G = 23.04%
B = 68.26%

CMYK

 C value IS 0.87

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14359D (or 0x14359D) is known color: Egyptian Blue. HEX triplet: 14, 35 and 9D. RGB value is (20,53,157). Sum of RGB (Red+Green+Blue) = 20+53+157=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 53 (21.09% from 255 or 23.04% from 230); Blue value is 157 (61.72% from 255 or 68.26% from 230); Max value from RGB is 157 - color contains mainly: blue. Hex color #14359D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14359D is #EBCA62. Grayscale: #363636. Windows color (decimal): -15452771 or 10302740. OLE color: 10302740.

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

Color convert

RGB 20 53 157 -
CMYK 0.87 0.66 0 0.38
HSL 225.55º 0.77% 0.35% -
HSV(B) 225.55º 0.87% 0.62% -
XYZ 7.65 5.13 32.49 -
YUV 54.99 185.57 103.04 -
System Red Green Blue C M Y K H S L
Decimal 20 53 157 0.87 0.66 0 0.38 225.55 0.77 0.35
Hex 14 35 9D 57 42 0 26 E2 4D 23
Octal 24 65 235 127 102 0 46 342 115 43
Binary 10100 110101 10011101 1010111 1000010 0 100110 11100010 1001101 100011

Color Harmonies of #14359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14359D

Black with #14359D

Text Example


Text Example

White with #14359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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