Html Css Color HEX #191EAC Egyptian Blue

📋 copy color: '#191EAC'

red 25 ◦ green 30 ◦ blue 172

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

Shades of Egyptian Blue #191EAC

Tints of Egyptian Blue #191EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 75.77%

R = 11.01%
G = 13.22%
B = 75.77%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#191EAC (or 0x191EAC) is known color: Egyptian Blue. HEX triplet: 19, 1E and AC. RGB value is (25,30,172). Sum of RGB (Red+Green+Blue) = 25+30+172=227 (30% of max value = 765). Red value is 25 (10.16% from 255 or 11.01% from 227); Green value is 30 (12.11% from 255 or 13.22% from 227); Blue value is 172 (67.58% from 255 or 75.77% from 227); Max value from RGB is 172 - color contains mainly: blue. Hex color #191EAC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191EAC is #E6E153. Grayscale: #2C2C2C. Windows color (decimal): -15130964 or 11279897. OLE color: 11279897.

HSL color Cylindrical-coordinate representation of color #191EAC: hue angle of 237.96º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191EAC is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 25 30 172 -
CMYK 0.85 0.83 0 0.33
HSL 237.96º 0.75% 0.39% -
HSV(B) 237.96º 0.85% 0.67% -
XYZ 8.31 4.11 39.39 -
YUV 44.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 25 30 172 0.85 0.83 0 0.33 237.96 0.75 0.39
Hex 19 1E AC 55 53 0 21 EE 4B 27
Octal 31 36 254 125 123 0 41 356 113 47
Binary 11001 11110 10101100 1010101 1010011 0 100001 11101110 1001011 100111

Color Harmonies of #191EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191EAC

Black with #191EAC

Text Example


Text Example

White with #191EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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