Html Css Color HEX #191FA0 Egyptian Blue

📋 copy color: '#191FA0'

red 25 ◦ green 31 ◦ blue 160

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

Shades of Egyptian Blue #191FA0

Tints of Egyptian Blue #191FA0

RGB

 RED value IS 25 (10.16% from 255) = 11.57%

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

 BLUE value IS 160 (62.89% from 255) = 74.07%

R = 11.57%
G = 14.35%
B = 74.07%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#191FA0 (or 0x191FA0) is known color: Egyptian Blue. HEX triplet: 19, 1F and A0. RGB value is (25,31,160). Sum of RGB (Red+Green+Blue) = 25+31+160=216 (28% of max value = 765). Red value is 25 (10.16% from 255 or 11.57% from 216); Green value is 31 (12.5% from 255 or 14.35% from 216); Blue value is 160 (62.89% from 255 or 74.07% from 216); Max value from RGB is 160 - color contains mainly: blue. Hex color #191FA0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191FA0 is #E6E05F. Grayscale: #2B2B2B. Windows color (decimal): -15130720 or 10493721. OLE color: 10493721.

HSL color Cylindrical-coordinate representation of color #191FA0: hue angle of 237.33º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #191FA0 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 25 31 160 -
CMYK 0.84 0.81 0 0.37
HSL 237.33º 0.73% 0.36% -
HSV(B) 237.33º 0.84% 0.63% -
XYZ 7.24 3.72 33.6 -
YUV 43.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 25 31 160 0.84 0.81 0 0.37 237.33 0.73 0.36
Hex 19 1F A0 54 51 0 25 ED 49 24
Octal 31 37 240 124 121 0 45 355 111 44
Binary 11001 11111 10100000 1010100 1010001 0 100101 11101101 1001001 100100

Color Harmonies of #191FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191FA0

Black with #191FA0

Text Example


Text Example

White with #191FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191FA0; }

 p { color: rgb(25,31,160); }

 H1.HeaderClassName
 {
   color: #191FA0;
 }
 .AnyTagClassName
 {
   color: #191FA0;
 }
</style>

background-color css

<style>
 a { background-color: #191FA0; }

 a { background-color: rgb(25,31,160); }

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

border-color css

<style>
 span { border-color: #191FA0; }

 span { border-color: rgb(25,31,160); }

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