Html Css Color HEX #191AAD Egyptian Blue

📋 copy color: '#191AAD'

red 25 ◦ green 26 ◦ blue 173

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

Shades of Egyptian Blue #191AAD

Tints of Egyptian Blue #191AAD

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.61%

 BLUE value IS 173 (67.97% from 255) = 77.23%

R = 11.16%
G = 11.61%
B = 77.23%

CMYK

 C value IS 0.86

 M value IS 0.85

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#191AAD (or 0x191AAD) is known color: Egyptian Blue. HEX triplet: 19, 1A and AD. RGB value is (25,26,173). Sum of RGB (Red+Green+Blue) = 25+26+173=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 26 (10.55% from 255 or 11.61% from 224); Blue value is 173 (67.97% from 255 or 77.23% from 224); Max value from RGB is 173 - color contains mainly: blue. Hex color #191AAD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191AAD is #E6E552. Grayscale: #292929. Windows color (decimal): -15131987 or 11344409. OLE color: 11344409.

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

Color convert

RGB 25 26 173 -
CMYK 0.86 0.85 0 0.32
HSL 239.59º 0.75% 0.39% -
HSV(B) 239.59º 0.86% 0.68% -
XYZ 8.31 3.96 39.86 -
YUV 42.46 201.67 115.55 -
System Red Green Blue C M Y K H S L
Decimal 25 26 173 0.86 0.85 0 0.32 239.59 0.75 0.39
Hex 19 1A AD 56 55 0 20 F0 4B 27
Octal 31 32 255 126 125 0 40 360 113 47
Binary 11001 11010 10101101 1010110 1010101 0 100000 11110000 1001011 100111

Color Harmonies of #191AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191AAD

Black with #191AAD

Text Example


Text Example

White with #191AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,26,173); }

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

background-color css

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

 a { background-color: rgb(25,26,173); }

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

border-color css

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

 span { border-color: rgb(25,26,173); }

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