#131EAF

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

Shades of Egyptian Blue #131EAF

Tints of Egyptian Blue #131EAF

Color information

#131EAF (or 0x131EAF) is unknown color: approx Egyptian Blue. HEX triplet: 13, 1E and AF. RGB value is (19,30,175). Sum of RGB (Red+Green+Blue) = 19+30+175=224 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.48% from 224); Green value is 30 (12.11% from 255 or 13.39% from 224); Blue value is 175 (68.75% from 255 or 78.12% from 224); Max value from RGB is 175 - color contains mainly: blue. Hex color #131EAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131EAF is #ECE150. Grayscale: #2A2A2A. Windows color (decimal): -15524177 or 11476499. OLE color: 11476499.

HSL color Cylindrical-coordinate representation of color #131EAF: hue angle of 235.77º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131EAF is Cyan = 0.89, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1930175-
CMYK0.890.8300.31
HSL235.77º80.41%38.04%-
HSV(B)235.77º89.14%68.63%-
XYZ8.474.1640.91-
YUV43.24202.36110.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.48%
GREEN value IS 30 (12.11% from 255) = 13.39%
BLUE value IS 175 (68.75% from 255) = 78.12%
R=8.48%
G=13.39%
B=78.12%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19301750.890.8300.31235.7780.4138.04
Hex131EAF595301Fec5026
Octal233625713112303735412046
Binary10011111101010111110110011010011011111111011001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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