Html Css Color HEX #14399D Egyptian Blue

📋 copy color: '#14399D'

red 20 ◦ green 57 ◦ blue 157

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

Shades of Egyptian Blue #14399D

Tints of Egyptian Blue #14399D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 24.36%

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

R = 8.55%
G = 24.36%
B = 67.09%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14399D (or 0x14399D) is known color: Egyptian Blue. HEX triplet: 14, 39 and 9D. RGB value is (20,57,157). Sum of RGB (Red+Green+Blue) = 20+57+157=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 57 (22.66% from 255 or 24.36% from 234); Blue value is 157 (61.72% from 255 or 67.09% from 234); Max value from RGB is 157 - color contains mainly: blue. Hex color #14399D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14399D is #EBC662. Grayscale: #383838. Windows color (decimal): -15451747 or 10303764. OLE color: 10303764.

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

Color convert

RGB 20 57 157 -
CMYK 0.87 0.64 0 0.38
HSL 223.8º 0.77% 0.35% -
HSV(B) 223.8º 0.87% 0.62% -
XYZ 7.84 5.51 32.55 -
YUV 57.34 184.24 101.37 -
System Red Green Blue C M Y K H S L
Decimal 20 57 157 0.87 0.64 0 0.38 223.8 0.77 0.35
Hex 14 39 9D 57 40 0 26 E0 4D 23
Octal 24 71 235 127 100 0 46 340 115 43
Binary 10100 111001 10011101 1010111 1000000 0 100110 11100000 1001101 100011

Color Harmonies of #14399D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14399D

Black with #14399D

Text Example


Text Example

White with #14399D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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