Html Css Color HEX #191CAB Egyptian Blue

📋 copy color: '#191CAB'

red 25 ◦ green 28 ◦ blue 171

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

Shades of Egyptian Blue #191CAB

Tints of Egyptian Blue #191CAB

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.5%

 BLUE value IS 171 (67.19% from 255) = 76.34%

R = 11.16%
G = 12.5%
B = 76.34%

CMYK

 C value IS 0.85

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#191CAB (or 0x191CAB) is known color: Egyptian Blue. HEX triplet: 19, 1C and AB. RGB value is (25,28,171). Sum of RGB (Red+Green+Blue) = 25+28+171=224 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.16% from 224); Green value is 28 (11.33% from 255 or 12.5% from 224); Blue value is 171 (67.19% from 255 or 76.34% from 224); Max value from RGB is 171 - color contains mainly: blue. Hex color #191CAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191CAB is #E6E354. Grayscale: #2A2A2A. Windows color (decimal): -15131477 or 11213849. OLE color: 11213849.

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

Color convert

RGB 25 28 171 -
CMYK 0.85 0.84 0 0.33
HSL 238.77º 0.74% 0.38% -
HSV(B) 238.77º 0.85% 0.67% -
XYZ 8.17 3.98 38.87 -
YUV 43.41 200.01 114.87 -
System Red Green Blue C M Y K H S L
Decimal 25 28 171 0.85 0.84 0 0.33 238.77 0.74 0.38
Hex 19 1C AB 55 54 0 21 EF 4A 26
Octal 31 34 253 125 124 0 41 357 112 46
Binary 11001 11100 10101011 1010101 1010100 0 100001 11101111 1001010 100110

Color Harmonies of #191CAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191CAB

Black with #191CAB

Text Example


Text Example

White with #191CAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,28,171); }

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

background-color css

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

 a { background-color: rgb(25,28,171); }

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

border-color css

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

 span { border-color: rgb(25,28,171); }

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