Html Css Color HEX #131FA4 Egyptian Blue

📋 copy color: '#131FA4'

red 19 ◦ green 31 ◦ blue 164

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

Shades of Egyptian Blue #131FA4

Tints of Egyptian Blue #131FA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 76.64%

R = 8.88%
G = 14.49%
B = 76.64%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#131FA4 (or 0x131FA4) is known color: Egyptian Blue. HEX triplet: 13, 1F and A4. RGB value is (19,31,164). Sum of RGB (Red+Green+Blue) = 19+31+164=214 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.88% from 214); Green value is 31 (12.5% from 255 or 14.49% from 214); Blue value is 164 (64.45% from 255 or 76.64% from 214); Max value from RGB is 164 - color contains mainly: blue. Hex color #131FA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131FA4 is #ECE05B. Grayscale: #2A2A2A. Windows color (decimal): -15523932 or 10755859. OLE color: 10755859.

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

Color convert

RGB 19 31 164 -
CMYK 0.88 0.81 0 0.36
HSL 235.03º 0.79% 0.36% -
HSV(B) 235.03º 0.88% 0.64% -
XYZ 7.46 3.8 35.46 -
YUV 42.57 196.52 111.19 -
System Red Green Blue C M Y K H S L
Decimal 19 31 164 0.88 0.81 0 0.36 235.03 0.79 0.36
Hex 13 1F A4 58 51 0 24 EB 4F 24
Octal 23 37 244 130 121 0 44 353 117 44
Binary 10011 11111 10100100 1011000 1010001 0 100100 11101011 1001111 100100

Color Harmonies of #131FA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FA4

Black with #131FA4

Text Example


Text Example

White with #131FA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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