Html Css Color HEX #14279D Egyptian Blue

📋 copy color: '#14279D'

red 20 ◦ green 39 ◦ blue 157

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

Shades of Egyptian Blue #14279D

Tints of Egyptian Blue #14279D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.06%

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

R = 9.26%
G = 18.06%
B = 72.69%

CMYK

 C value IS 0.87

 M value IS 0.75

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14279D (or 0x14279D) is known color: Egyptian Blue. HEX triplet: 14, 27 and 9D. RGB value is (20,39,157). Sum of RGB (Red+Green+Blue) = 20+39+157=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 39 (15.62% from 255 or 18.06% from 216); Blue value is 157 (61.72% from 255 or 72.69% from 216); Max value from RGB is 157 - color contains mainly: blue. Hex color #14279D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14279D is #EBD862. Grayscale: #2E2E2E. Windows color (decimal): -15456355 or 10299156. OLE color: 10299156.

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

Color convert

RGB 20 39 157 -
CMYK 0.87 0.75 0 0.38
HSL 231.68º 0.77% 0.35% -
HSV(B) 231.68º 0.87% 0.62% -
XYZ 7.1 4.03 32.3 -
YUV 46.77 190.21 108.91 -
System Red Green Blue C M Y K H S L
Decimal 20 39 157 0.87 0.75 0 0.38 231.68 0.77 0.35
Hex 14 27 9D 57 4B 0 26 E8 4D 23
Octal 24 47 235 127 113 0 46 350 115 43
Binary 10100 100111 10011101 1010111 1001011 0 100110 11101000 1001101 100011

Color Harmonies of #14279D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14279D

Black with #14279D

Text Example


Text Example

White with #14279D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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