Html Css Color HEX #14339D Egyptian Blue

📋 copy color: '#14339D'

red 20 ◦ green 51 ◦ blue 157

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

Shades of Egyptian Blue #14339D

Tints of Egyptian Blue #14339D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.37%

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

R = 8.77%
G = 22.37%
B = 68.86%

CMYK

 C value IS 0.87

 M value IS 0.68

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14339D (or 0x14339D) is known color: Egyptian Blue. HEX triplet: 14, 33 and 9D. RGB value is (20,51,157). Sum of RGB (Red+Green+Blue) = 20+51+157=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 157 (61.72% from 255 or 68.86% from 228); Max value from RGB is 157 - color contains mainly: blue. Hex color #14339D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14339D is #EBCC62. Grayscale: #353535. Windows color (decimal): -15453283 or 10302228. OLE color: 10302228.

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

Color convert

RGB 20 51 157 -
CMYK 0.87 0.68 0 0.38
HSL 226.42º 0.77% 0.35% -
HSV(B) 226.42º 0.87% 0.62% -
XYZ 7.56 4.95 32.46 -
YUV 53.82 186.23 103.88 -
System Red Green Blue C M Y K H S L
Decimal 20 51 157 0.87 0.68 0 0.38 226.42 0.77 0.35
Hex 14 33 9D 57 44 0 26 E2 4D 23
Octal 24 63 235 127 104 0 46 342 115 43
Binary 10100 110011 10011101 1010111 1000100 0 100110 11100010 1001101 100011

Color Harmonies of #14339D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14339D

Black with #14339D

Text Example


Text Example

White with #14339D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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