#131E9F

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

Shades of Egyptian Blue #131E9F

Tints of Egyptian Blue #131E9F

Color information

#131E9F (or 0x131E9F) is unknown color: approx Egyptian Blue. HEX triplet: 13, 1E and 9F. RGB value is (19,30,159). Sum of RGB (Red+Green+Blue) = 19+30+159=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #131E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E9F is #ECE160. Grayscale: #282828. Windows color (decimal): -15524193 or 10427923. OLE color: 10427923.

HSL color Cylindrical-coordinate representation of color #131E9F: hue angle of 235.29º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131E9F is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB1930159-
CMYK0.880.8100.38
HSL235.29º78.65%34.9%-
HSV(B)235.29º88.05%62.35%-
XYZ6.993.5733.12-
YUV41.42194.36112.01-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 9.13%
GREEN value IS 30 (12.11% from 255) = 14.42%
BLUE value IS 159 (62.5% from 255) = 76.44%
R=9.13%
G=14.42%
B=76.44%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal19301590.880.8100.38235.2978.6534.9
Hex131E9F5851026eb4f23
Octal233623713012104635311743
Binary100111111010011111101100010100010100110111010111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131E9F; }

 p { color: rgb(19,30,159); }

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

<style>
 a { background-color: #131E9F; }

 a { background-color: rgb(19,30,159); }

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

<style>
 span { border-color: #131E9F; }

 span { border-color: rgb(19,30,159); }

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