Html Css Color HEX #131F9C Egyptian Blue

📋 copy color: '#131F9C'

red 19 ◦ green 31 ◦ blue 156

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

Shades of Egyptian Blue #131F9C

Tints of Egyptian Blue #131F9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 75.73%

R = 9.22%
G = 15.05%
B = 75.73%

CMYK

 C value IS 0.88

 M value IS 0.80

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#131F9C (or 0x131F9C) is known color: Egyptian Blue. HEX triplet: 13, 1F and 9C. RGB value is (19,31,156). Sum of RGB (Red+Green+Blue) = 19+31+156=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 156 (61.33% from 255 or 75.73% from 206); Max value from RGB is 156 - color contains mainly: blue. Hex color #131F9C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #131F9C is #ECE063. Grayscale: #292929. Windows color (decimal): -15523940 or 10231571. OLE color: 10231571.

HSL color Cylindrical-coordinate representation of color #131F9C: hue angle of 234.74º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #131F9C is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 19 31 156 -
CMYK 0.88 0.80 0 0.39
HSL 234.74º 0.78% 0.34% -
HSV(B) 234.74º 0.88% 0.61% -
XYZ 6.76 3.52 31.78 -
YUV 41.66 192.52 111.84 -
System Red Green Blue C M Y K H S L
Decimal 19 31 156 0.88 0.80 0 0.39 234.74 0.78 0.34
Hex 13 1F 9C 58 50 0 27 EB 4E 22
Octal 23 37 234 130 120 0 47 353 116 42
Binary 10011 11111 10011100 1011000 1010000 0 100111 11101011 1001110 100010

Color Harmonies of #131F9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131F9C

Black with #131F9C

Text Example


Text Example

White with #131F9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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