#131AB4

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

Shades of Egyptian Blue #131AB4

Tints of Egyptian Blue #131AB4

Color information

#131AB4 (or 0x131AB4) is unknown color: approx Egyptian Blue. HEX triplet: 13, 1A and B4. RGB value is (19,26,180). Sum of RGB (Red+Green+Blue) = 19+26+180=225 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.44% from 225); Green value is 26 (10.55% from 255 or 11.56% from 225); Blue value is 180 (70.70% from 255 or 80% from 225); Max value from RGB is 180 - color contains mainly: blue. Hex color #131AB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #131AB4 is #ECE54B. Grayscale: #282828. Windows color (decimal): -15525196 or 11803155. OLE color: 11803155.

HSL color Cylindrical-coordinate representation of color #131AB4: hue angle of 237.39º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #131AB4 is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1926180-
CMYK0.890.8600.29
HSL237.39º80.9%39.02%-
HSV(B)237.39º89.44%70.59%-
XYZ8.884.1743.52-
YUV41.46206.18111.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 8.44%
GREEN value IS 26 (10.55% from 255) = 11.56%
BLUE value IS 180 (70.70% from 255) = 80%
R=8.44%
G=11.56%
B=80%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal19261800.890.8600.29237.3980.939.02
Hex131AB4595601Ded5127
Octal233226413112603535512147
Binary10011110101011010010110011010110011101111011011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,26,180); }

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

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

 a { background-color: rgb(19,26,180); }

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

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

 span { border-color: rgb(19,26,180); }

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