Html Css Color HEX #131FAC Egyptian Blue

📋 copy color: '#131FAC'

red 19 ◦ green 31 ◦ blue 172

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

Shades of Egyptian Blue #131FAC

Tints of Egyptian Blue #131FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 77.48%

R = 8.56%
G = 13.96%
B = 77.48%

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

#131FAC (or 0x131FAC) is known color: Egyptian Blue. HEX triplet: 13, 1F and AC. RGB value is (19,31,172). Sum of RGB (Red+Green+Blue) = 19+31+172=222 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.56% from 222); Green value is 31 (12.5% from 255 or 13.96% from 222); Blue value is 172 (67.58% from 255 or 77.48% from 222); Max value from RGB is 172 - color contains mainly: blue. Hex color #131FAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131FAC is #ECE053. Grayscale: #2A2A2A. Windows color (decimal): -15523924 or 11280147. OLE color: 11280147.

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

Color convert

RGB 19 31 172 -
CMYK 0.89 0.82 0 0.33
HSL 235.29º 0.8% 0.37% -
HSV(B) 235.29º 0.89% 0.67% -
XYZ 8.2 4.1 39.39 -
YUV 43.49 200.52 110.54 -
System Red Green Blue C M Y K H S L
Decimal 19 31 172 0.89 0.82 0 0.33 235.29 0.8 0.37
Hex 13 1F AC 59 52 0 21 EB 50 25
Octal 23 37 254 131 122 0 41 353 120 45
Binary 10011 11111 10101100 1011001 1010010 0 100001 11101011 1010000 100101

Color Harmonies of #131FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FAC

Black with #131FAC

Text Example


Text Example

White with #131FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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