Html Css Color HEX #131E9F Egyptian Blue

📋 copy color: '#131E9F'

red 19 ◦ green 30 ◦ blue 159

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

Shades of Egyptian Blue #131E9F

Tints of Egyptian Blue #131E9F

RGB

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

 GREEN value IS 30 (12.11% from 255) = 14.42%

 BLUE value IS 159 (62.5% from 255) = 76.44%

R = 9.13%
G = 14.42%
B = 76.44%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#131E9F (or 0x131E9F) is known color: Egyptian Blue. HEX triplet: 13, 1E and 9F. RGB value is (19,30,159). Sum of RGB (Red+Green+Blue) = 19+30+159=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 30 (12.11% from 255 or 14.42% from 208); Blue value is 159 (62.5% from 255 or 76.44% from 208); Max value from RGB is 159 - color contains mainly: blue. Hex color #131E9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131E9F is #ECE160. Grayscale: #282828. Windows color (decimal): -15524193 or 10427923. OLE color: 10427923.

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

Color convert

RGB 19 30 159 -
CMYK 0.88 0.81 0 0.38
HSL 235.29º 0.79% 0.35% -
HSV(B) 235.29º 0.88% 0.62% -
XYZ 6.99 3.57 33.12 -
YUV 41.42 194.36 112.01 -
System Red Green Blue C M Y K H S L
Decimal 19 30 159 0.88 0.81 0 0.38 235.29 0.79 0.35
Hex 13 1E 9F 58 51 0 26 EB 4F 23
Octal 23 36 237 130 121 0 46 353 117 43
Binary 10011 11110 10011111 1011000 1010001 0 100110 11101011 1001111 100011

Color Harmonies of #131E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131E9F

Black with #131E9F

Text Example


Text Example

White with #131E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,30,159); }

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

background-color css

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

 a { background-color: rgb(19,30,159); }

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

border-color css

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

 span { border-color: rgb(19,30,159); }

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