#131FAF

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

Shades of Egyptian Blue #131FAF

Tints of Egyptian Blue #131FAF

Color information

#131FAF (or 0x131FAF) is unknown color: approx Egyptian Blue. HEX triplet: 13, 1F and AF. RGB value is (19,31,175). Sum of RGB (Red+Green+Blue) = 19+31+175=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 31 (12.5% from 255 or 13.78% from 225); Blue value is 175 (68.75% from 255 or 77.78% from 225); Max value from RGB is 175 - color contains mainly: blue. Hex color #131FAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131FAF is #ECE050. Grayscale: #2B2B2B. Windows color (decimal): -15523921 or 11476755. OLE color: 11476755.

HSL color Cylindrical-coordinate representation of color #131FAF: hue angle of 235.38º 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 #131FAF is Cyan = 0.89, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1931175-
CMYK0.890.8200.31
HSL235.38º80.41%38.04%-
HSV(B)235.38º89.14%68.63%-
XYZ8.54.2140.92-
YUV43.83202.02110.29-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 31 (12.5% from 255) = 13.78%
BLUE value IS 175 (68.75% from 255) = 77.78%
R=8.44%
G=13.78%
B=77.78%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal19311750.890.8200.31235.3880.4138.04
Hex131FAF595201Feb5026
Octal233725713112203735312046
Binary10011111111010111110110011010010011111111010111010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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