Html Css Color HEX #131F9E Egyptian Blue

📋 copy color: '#131F9E'

red 19 ◦ green 31 ◦ blue 158

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

Shades of Egyptian Blue #131F9E

Tints of Egyptian Blue #131F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 75.96%

R = 9.13%
G = 14.9%
B = 75.96%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#131F9E (or 0x131F9E) is known color: Egyptian Blue. HEX triplet: 13, 1F and 9E. RGB value is (19,31,158). Sum of RGB (Red+Green+Blue) = 19+31+158=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 31 (12.5% from 255 or 14.90% from 208); Blue value is 158 (62.11% from 255 or 75.96% from 208); Max value from RGB is 158 - color contains mainly: blue. Hex color #131F9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F9E is #ECE061. Grayscale: #292929. Windows color (decimal): -15523938 or 10362643. OLE color: 10362643.

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

Color convert

RGB 19 31 158 -
CMYK 0.88 0.80 0 0.38
HSL 234.82º 0.79% 0.35% -
HSV(B) 234.82º 0.88% 0.62% -
XYZ 6.93 3.59 32.67 -
YUV 41.89 193.52 111.67 -
System Red Green Blue C M Y K H S L
Decimal 19 31 158 0.88 0.80 0 0.38 234.82 0.79 0.35
Hex 13 1F 9E 58 50 0 26 EB 4F 23
Octal 23 37 236 130 120 0 46 353 117 43
Binary 10011 11111 10011110 1011000 1010000 0 100110 11101011 1001111 100011

Color Harmonies of #131F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F9E

Black with #131F9E

Text Example


Text Example

White with #131F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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