Html Css Color HEX #191EAE Egyptian Blue

📋 copy color: '#191EAE'

red 25 ◦ green 30 ◦ blue 174

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

Shades of Egyptian Blue #191EAE

Tints of Egyptian Blue #191EAE

RGB

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

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

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

R = 10.92%
G = 13.1%
B = 75.98%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#191EAE (or 0x191EAE) is known color: Egyptian Blue. HEX triplet: 19, 1E and AE. RGB value is (25,30,174). Sum of RGB (Red+Green+Blue) = 25+30+174=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 30 (12.11% from 255 or 13.10% from 229); Blue value is 174 (68.36% from 255 or 75.98% from 229); Max value from RGB is 174 - color contains mainly: blue. Hex color #191EAE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191EAE is #E6E151. Grayscale: #2C2C2C. Windows color (decimal): -15130962 or 11410969. OLE color: 11410969.

HSL color Cylindrical-coordinate representation of color #191EAE: hue angle of 237.99º 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 #191EAE is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 30 174 -
CMYK 0.86 0.83 0 0.32
HSL 237.99º 0.75% 0.39% -
HSV(B) 237.99º 0.86% 0.68% -
XYZ 8.51 4.19 40.41 -
YUV 44.92 200.84 113.79 -
System Red Green Blue C M Y K H S L
Decimal 25 30 174 0.86 0.83 0 0.32 237.99 0.75 0.39
Hex 19 1E AE 56 53 0 20 EE 4B 27
Octal 31 36 256 126 123 0 40 356 113 47
Binary 11001 11110 10101110 1010110 1010011 0 100000 11101110 1001011 100111

Color Harmonies of #191EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191EAE

Black with #191EAE

Text Example


Text Example

White with #191EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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