Html Css Color HEX #131F9F Egyptian Blue

📋 copy color: '#131F9F'

red 19 ◦ green 31 ◦ blue 159

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

Shades of Egyptian Blue #131F9F

Tints of Egyptian Blue #131F9F

RGB

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

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

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

R = 9.09%
G = 14.83%
B = 76.08%

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

#131F9F (or 0x131F9F) is known color: Egyptian Blue. HEX triplet: 13, 1F and 9F. RGB value is (19,31,159). Sum of RGB (Red+Green+Blue) = 19+31+159=209 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.09% from 209); Green value is 31 (12.5% from 255 or 14.83% from 209); Blue value is 159 (62.5% from 255 or 76.08% from 209); Max value from RGB is 159 - color contains mainly: blue. Hex color #131F9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F9F is #ECE060. Grayscale: #292929. Windows color (decimal): -15523937 or 10428179. OLE color: 10428179.

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

Color convert

RGB 19 31 159 -
CMYK 0.88 0.81 0 0.38
HSL 234.86º 0.79% 0.35% -
HSV(B) 234.86º 0.88% 0.62% -
XYZ 7.02 3.62 33.13 -
YUV 42 194.02 111.59 -
System Red Green Blue C M Y K H S L
Decimal 19 31 159 0.88 0.81 0 0.38 234.86 0.79 0.35
Hex 13 1F 9F 58 51 0 26 EB 4F 23
Octal 23 37 237 130 121 0 46 353 117 43
Binary 10011 11111 10011111 1011000 1010001 0 100110 11101011 1001111 100011

Color Harmonies of #131F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F9F

Black with #131F9F

Text Example


Text Example

White with #131F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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