Html Css Color HEX #191DAB Egyptian Blue

📋 copy color: '#191DAB'

red 25 ◦ green 29 ◦ blue 171

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

Shades of Egyptian Blue #191DAB

Tints of Egyptian Blue #191DAB

RGB

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

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

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

R = 11.11%
G = 12.89%
B = 76%

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

#191DAB (or 0x191DAB) is known color: Egyptian Blue. HEX triplet: 19, 1D and AB. RGB value is (25,29,171). Sum of RGB (Red+Green+Blue) = 25+29+171=225 (29% of max value = 765). Red value is 25 (10.16% from 255 or 11.11% from 225); Green value is 29 (11.72% from 255 or 12.89% from 225); Blue value is 171 (67.19% from 255 or 76% from 225); Max value from RGB is 171 - color contains mainly: blue. Hex color #191DAB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191DAB is #E6E254. Grayscale: #2B2B2B. Windows color (decimal): -15131221 or 11214105. OLE color: 11214105.

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

Color convert

RGB 25 29 171 -
CMYK 0.85 0.83 0 0.33
HSL 238.36º 0.74% 0.38% -
HSV(B) 238.36º 0.85% 0.67% -
XYZ 8.19 4.03 38.87 -
YUV 43.99 199.67 114.45 -
System Red Green Blue C M Y K H S L
Decimal 25 29 171 0.85 0.83 0 0.33 238.36 0.74 0.38
Hex 19 1D AB 55 53 0 21 EE 4A 26
Octal 31 35 253 125 123 0 41 356 112 46
Binary 11001 11101 10101011 1010101 1010011 0 100001 11101110 1001010 100110

Color Harmonies of #191DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191DAB

Black with #191DAB

Text Example


Text Example

White with #191DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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