Html Css Color HEX #191FAE Egyptian Blue

📋 copy color: '#191FAE'

red 25 ◦ green 31 ◦ blue 174

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

Shades of Egyptian Blue #191FAE

Tints of Egyptian Blue #191FAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 75.65%

R = 10.87%
G = 13.48%
B = 75.65%

CMYK

 C value IS 0.86

 M value IS 0.82

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#191FAE (or 0x191FAE) is known color: Egyptian Blue. HEX triplet: 19, 1F and AE. RGB value is (25,31,174). Sum of RGB (Red+Green+Blue) = 25+31+174=230 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.87% from 230); Green value is 31 (12.5% from 255 or 13.48% from 230); Blue value is 174 (68.36% from 255 or 75.65% from 230); Max value from RGB is 174 - color contains mainly: blue. Hex color #191FAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191FAE is #E6E051. Grayscale: #2C2C2C. Windows color (decimal): -15130706 or 11411225. OLE color: 11411225.

HSL color Cylindrical-coordinate representation of color #191FAE: hue angle of 237.58º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191FAE is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 31 174 -
CMYK 0.86 0.82 0 0.32
HSL 237.58º 0.75% 0.39% -
HSV(B) 237.58º 0.86% 0.68% -
XYZ 8.53 4.24 40.41 -
YUV 45.51 200.51 113.37 -
System Red Green Blue C M Y K H S L
Decimal 25 31 174 0.86 0.82 0 0.32 237.58 0.75 0.39
Hex 19 1F AE 56 52 0 20 EE 4B 27
Octal 31 37 256 126 122 0 40 356 113 47
Binary 11001 11111 10101110 1010110 1010010 0 100000 11101110 1001011 100111

Color Harmonies of #191FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191FAE

Black with #191FAE

Text Example


Text Example

White with #191FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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