Html Css Color HEX #131FA5 Egyptian Blue

📋 copy color: '#131FA5'

red 19 ◦ green 31 ◦ blue 165

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

Shades of Egyptian Blue #131FA5

Tints of Egyptian Blue #131FA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 76.74%

R = 8.84%
G = 14.42%
B = 76.74%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#131FA5 (or 0x131FA5) is known color: Egyptian Blue. HEX triplet: 13, 1F and A5. RGB value is (19,31,165). Sum of RGB (Red+Green+Blue) = 19+31+165=215 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.84% from 215); Green value is 31 (12.5% from 255 or 14.42% from 215); Blue value is 165 (64.84% from 255 or 76.74% from 215); Max value from RGB is 165 - color contains mainly: blue. Hex color #131FA5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131FA5 is #ECE05A. Grayscale: #2A2A2A. Windows color (decimal): -15523931 or 10821395. OLE color: 10821395.

HSL color Cylindrical-coordinate representation of color #131FA5: hue angle of 235.07º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131FA5 is Cyan = 0.88, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 31 165 -
CMYK 0.88 0.81 0 0.35
HSL 235.07º 0.79% 0.36% -
HSV(B) 235.07º 0.88% 0.65% -
XYZ 7.55 3.84 35.94 -
YUV 42.69 197.02 111.1 -
System Red Green Blue C M Y K H S L
Decimal 19 31 165 0.88 0.81 0 0.35 235.07 0.79 0.36
Hex 13 1F A5 58 51 0 23 EB 4F 24
Octal 23 37 245 130 121 0 43 353 117 44
Binary 10011 11111 10100101 1011000 1010001 0 100011 11101011 1001111 100100

Color Harmonies of #131FA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FA5

Black with #131FA5

Text Example


Text Example

White with #131FA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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