Html Css Color HEX #14279F Egyptian Blue

📋 copy color: '#14279F'

red 20 ◦ green 39 ◦ blue 159

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

Shades of Egyptian Blue #14279F

Tints of Egyptian Blue #14279F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 72.94%

R = 9.17%
G = 17.89%
B = 72.94%

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

#14279F (or 0x14279F) is known color: Egyptian Blue. HEX triplet: 14, 27 and 9F. RGB value is (20,39,159). Sum of RGB (Red+Green+Blue) = 20+39+159=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 159 (62.5% from 255 or 72.94% from 218); Max value from RGB is 159 - color contains mainly: blue. Hex color #14279F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14279F is #EBD860. Grayscale: #2E2E2E. Windows color (decimal): -15456353 or 10430228. OLE color: 10430228.

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

Color convert

RGB 20 39 159 -
CMYK 0.87 0.75 0 0.38
HSL 231.8º 0.78% 0.35% -
HSV(B) 231.8º 0.87% 0.62% -
XYZ 7.27 4.1 33.21 -
YUV 47 191.21 108.74 -
System Red Green Blue C M Y K H S L
Decimal 20 39 159 0.87 0.75 0 0.38 231.8 0.78 0.35
Hex 14 27 9F 57 4B 0 26 E8 4E 23
Octal 24 47 237 127 113 0 46 350 116 43
Binary 10100 100111 10011111 1010111 1001011 0 100110 11101000 1001110 100011

Color Harmonies of #14279F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14279F

Black with #14279F

Text Example


Text Example

White with #14279F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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