Html Css Color HEX #131FAB Egyptian Blue

📋 copy color: '#131FAB'

red 19 ◦ green 31 ◦ blue 171

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

Shades of Egyptian Blue #131FAB

Tints of Egyptian Blue #131FAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 77.38%

R = 8.6%
G = 14.03%
B = 77.38%

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

#131FAB (or 0x131FAB) is known color: Egyptian Blue. HEX triplet: 13, 1F and AB. RGB value is (19,31,171). Sum of RGB (Red+Green+Blue) = 19+31+171=221 (29% of max value = 765). Red value is 19 (7.81% from 255 or 8.60% from 221); Green value is 31 (12.5% from 255 or 14.03% from 221); Blue value is 171 (67.19% from 255 or 77.38% from 221); Max value from RGB is 171 - color contains mainly: blue. Hex color #131FAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131FAB is #ECE054. Grayscale: #2A2A2A. Windows color (decimal): -15523925 or 11214611. OLE color: 11214611.

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

Color convert

RGB 19 31 171 -
CMYK 0.89 0.82 0 0.33
HSL 235.26º 0.8% 0.37% -
HSV(B) 235.26º 0.89% 0.67% -
XYZ 8.11 4.06 38.88 -
YUV 43.37 200.02 110.62 -
System Red Green Blue C M Y K H S L
Decimal 19 31 171 0.89 0.82 0 0.33 235.26 0.8 0.37
Hex 13 1F AB 59 52 0 21 EB 50 25
Octal 23 37 253 131 122 0 41 353 120 45
Binary 10011 11111 10101011 1011001 1010010 0 100001 11101011 1010000 100101

Color Harmonies of #131FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131FAB

Black with #131FAB

Text Example


Text Example

White with #131FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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