Html Css Color HEX #131FAA Egyptian Blue

📋 copy color: '#131FAA'

red 19 ◦ green 31 ◦ blue 170

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

Shades of Egyptian Blue #131FAA

Tints of Egyptian Blue #131FAA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.09%

 BLUE value IS 170 (66.8% from 255) = 77.27%

R = 8.64%
G = 14.09%
B = 77.27%

CMYK

 C value IS 0.89

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#131FAA (or 0x131FAA) is known color: Egyptian Blue. HEX triplet: 13, 1F and AA. RGB value is (19,31,170). Sum of RGB (Red+Green+Blue) = 19+31+170=220 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.64% from 220); Green value is 31 (12.5% from 255 or 14.09% from 220); Blue value is 170 (66.80% from 255 or 77.27% from 220); Max value from RGB is 170 - color contains mainly: blue. Hex color #131FAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131FAA is #ECE055. Grayscale: #2A2A2A. Windows color (decimal): -15523926 or 11149075. OLE color: 11149075.

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

Color convert

RGB 19 31 170 -
CMYK 0.89 0.82 0 0.33
HSL 235.23º 0.8% 0.37% -
HSV(B) 235.23º 0.89% 0.67% -
XYZ 8.01 4.02 38.38 -
YUV 43.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 19 31 170 0.89 0.82 0 0.33 235.23 0.8 0.37
Hex 13 1F AA 59 52 0 21 EB 50 25
Octal 23 37 252 131 122 0 41 353 120 45
Binary 10011 11111 10101010 1011001 1010010 0 100001 11101011 1010000 100101

Color Harmonies of #131FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FAA

Black with #131FAA

Text Example


Text Example

White with #131FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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