Html Css Color HEX #191DA6 Egyptian Blue

📋 copy color: '#191DA6'

red 25 ◦ green 29 ◦ blue 166

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

Shades of Egyptian Blue #191DA6

Tints of Egyptian Blue #191DA6

RGB

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

 GREEN value IS 29 (11.72% from 255) = 13.18%

 BLUE value IS 166 (65.23% from 255) = 75.45%

R = 11.36%
G = 13.18%
B = 75.45%

CMYK

 C value IS 0.85

 M value IS 0.83

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#191DA6 (or 0x191DA6) is known color: Egyptian Blue. HEX triplet: 19, 1D and A6. RGB value is (25,29,166). Sum of RGB (Red+Green+Blue) = 25+29+166=220 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.36% from 220); Green value is 29 (11.72% from 255 or 13.18% from 220); Blue value is 166 (65.23% from 255 or 75.45% from 220); Max value from RGB is 166 - color contains mainly: blue. Hex color #191DA6 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191DA6 is #E6E259. Grayscale: #2A2A2A. Windows color (decimal): -15131226 or 10886425. OLE color: 10886425.

HSL color Cylindrical-coordinate representation of color #191DA6: hue angle of 238.3º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #191DA6 is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 25 29 166 -
CMYK 0.85 0.83 0 0.35
HSL 238.3º 0.74% 0.37% -
HSV(B) 238.3º 0.85% 0.65% -
XYZ 7.72 3.84 36.41 -
YUV 43.42 197.17 114.86 -
System Red Green Blue C M Y K H S L
Decimal 25 29 166 0.85 0.83 0 0.35 238.3 0.74 0.37
Hex 19 1D A6 55 53 0 23 EE 4A 25
Octal 31 35 246 125 123 0 43 356 112 45
Binary 11001 11101 10100110 1010101 1010011 0 100011 11101110 1001010 100101

Color Harmonies of #191DA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191DA6

Black with #191DA6

Text Example


Text Example

White with #191DA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,29,166); }

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

background-color css

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

 a { background-color: rgb(25,29,166); }

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

border-color css

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

 span { border-color: rgb(25,29,166); }

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