Html Css Color HEX #131EAA Egyptian Blue

📋 copy color: '#131EAA'

red 19 ◦ green 30 ◦ blue 170

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

Shades of Egyptian Blue #131EAA

Tints of Egyptian Blue #131EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.7%

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

R = 8.68%
G = 13.7%
B = 77.63%

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

#131EAA (or 0x131EAA) is known color: Egyptian Blue. HEX triplet: 13, 1E and AA. RGB value is (19,30,170). Sum of RGB (Red+Green+Blue) = 19+30+170=219 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.68% from 219); Green value is 30 (12.11% from 255 or 13.70% from 219); Blue value is 170 (66.80% from 255 or 77.63% from 219); Max value from RGB is 170 - color contains mainly: blue. Hex color #131EAA is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131EAA is #ECE155. Grayscale: #2A2A2A. Windows color (decimal): -15524182 or 11148819. OLE color: 11148819.

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

Color convert

RGB 19 30 170 -
CMYK 0.89 0.82 0 0.33
HSL 235.63º 0.8% 0.37% -
HSV(B) 235.63º 0.89% 0.67% -
XYZ 7.99 3.97 38.38 -
YUV 42.67 199.86 111.12 -
System Red Green Blue C M Y K H S L
Decimal 19 30 170 0.89 0.82 0 0.33 235.63 0.8 0.37
Hex 13 1E AA 59 52 0 21 EC 50 25
Octal 23 36 252 131 122 0 41 354 120 45
Binary 10011 11110 10101010 1011001 1010010 0 100001 11101100 1010000 100101

Color Harmonies of #131EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131EAA

Black with #131EAA

Text Example


Text Example

White with #131EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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