Html Css Color HEX #131AAB Egyptian Blue

📋 copy color: '#131AAB'

red 19 ◦ green 26 ◦ blue 171

#131AAB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Egyptian Blue #131AAB

Tints of Egyptian Blue #131AAB

RGB

 RED value IS 19 (7.81% from 255) = 8.8%

 GREEN value IS 26 (10.55% from 255) = 12.04%

 BLUE value IS 171 (67.19% from 255) = 79.17%

R = 8.8%
G = 12.04%
B = 79.17%

CMYK

 C value IS 0.89

 M value IS 0.85

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#131AAB (or 0x131AAB) is known color: Egyptian Blue. HEX triplet: 13, 1A and AB. RGB value is (19,26,171). Sum of RGB (Red+Green+Blue) = 19+26+171=216 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.80% from 216); Green value is 26 (10.55% from 255 or 12.04% from 216); Blue value is 171 (67.19% from 255 or 79.17% from 216); Max value from RGB is 171 - color contains mainly: blue. Hex color #131AAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131AAB is #ECE554. Grayscale: #272727. Windows color (decimal): -15525205 or 11213331. OLE color: 11213331.

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

Color convert

RGB 19 26 171 -
CMYK 0.89 0.85 0 0.33
HSL 237.24º 0.8% 0.37% -
HSV(B) 237.24º 0.89% 0.67% -
XYZ 7.99 3.82 38.84 -
YUV 40.44 201.68 112.71 -
System Red Green Blue C M Y K H S L
Decimal 19 26 171 0.89 0.85 0 0.33 237.24 0.8 0.37
Hex 13 1A AB 59 55 0 21 ED 50 25
Octal 23 32 253 131 125 0 41 355 120 45
Binary 10011 11010 10101011 1011001 1010101 0 100001 11101101 1010000 100101

Color Harmonies of #131AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131AAB

Black with #131AAB

Text Example


Text Example

White with #131AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #131AAB;
 }
 .AnyTagClassName
 {
   color: #131AAB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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