#14319f

Color #14319F Egyptian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Egyptian Blue #14319F

Tints of Egyptian Blue #14319F

Color information

#14319F (or 0x14319F) is unknown color: approx Egyptian Blue. HEX triplet: 14, 31 and 9F. RGB value is (20,49,159). Sum of RGB (Red+Green+Blue) = 20+49+159=228 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.77% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 159 (62.5% from 255 or 69.74% from 228); Max value from RGB is 159 - color contains mainly: blue. Hex color #14319F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #14319F is #EBCE60. Grayscale: #343434. Windows color (decimal): -15453793 or 10432788. OLE color: 10432788.

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

Color convert

RGB2049159-
CMYK0.870.6900.38
HSL227.48º77.65%35.1%-
HSV(B)227.48º87.42%62.35%-
XYZ7.644.8533.33-
YUV52.87187.89104.56-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 8.77%
GREEN value IS 49 (19.53% from 255) = 21.49%
BLUE value IS 159 (62.5% from 255) = 69.74%
R=8.77%
G=21.49%
B=69.74%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal20491590.870.6900.38227.4877.6535.1
Hex14319F5745026e34e23
Octal246123712710504634311643
Binary1010011000110011111101011110001010100110111000111001110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14319f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14319f; }

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

 H1.HeaderClassName
 {
   color: #14319f;
 }
 .AnyTagClassName
 {
   color: #14319f;
 }
</style>
background-color css

<style>
 a { background-color: #14319f; }

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

 div.DivClassName
 {
   background-color: #14319f;
 }
 .BgClassName
 {
   background-color: #14319f;
 }
</style>
border-color css

<style>
 span { border-color: #14319f; }

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

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