#131EAA

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

Shades of Egyptian Blue #131EAA

Tints of Egyptian Blue #131EAA

Color information

#131EAA (or 0x131EAA) is unknown color: approx Egyptian Blue. HEX triplet: 13, 1E and AA. RGB value is (19,30,170). Sum of RGB (Red+Green+Blue) = 19+30+170=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #131EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131EAA is #ECE155. Grayscale: #2A2A2A. Windows color (decimal): -15524182 or 11148819. OLE color: 11148819.

HSL color Cylindrical-coordinate representation of color #131EAA: hue angle of 235.63º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131EAA is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1930170-
CMYK0.890.8200.33
HSL235.63º79.89%37.06%-
HSV(B)235.63º88.82%66.67%-
XYZ7.993.9738.38-
YUV42.67199.86111.12-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.68%
GREEN value IS 30 (12.11% from 255) = 13.70%
BLUE value IS 170 (66.80% from 255) = 77.63%
R=8.68%
G=13.70%
B=77.63%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal19301700.890.8200.33235.6379.8937.06
Hex131EAA5952021ec5025
Octal233625213112204135412045
Binary100111111010101010101100110100100100001111011001010000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131EAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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