Html Css Color HEX #191DAF Egyptian Blue

📋 copy color: '#191DAF'

red 25 ◦ green 29 ◦ blue 175

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

Shades of Egyptian Blue #191DAF

Tints of Egyptian Blue #191DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 76.42%

R = 10.92%
G = 12.66%
B = 76.42%

CMYK

 C value IS 0.86

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#191DAF (or 0x191DAF) is known color: Egyptian Blue. HEX triplet: 19, 1D and AF. RGB value is (25,29,175). Sum of RGB (Red+Green+Blue) = 25+29+175=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 175 (68.75% from 255 or 76.42% from 229); Max value from RGB is 175 - color contains mainly: blue. Hex color #191DAF is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191DAF is #E6E250. Grayscale: #2B2B2B. Windows color (decimal): -15131217 or 11476249. OLE color: 11476249.

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

Color convert

RGB 25 29 175 -
CMYK 0.86 0.83 0 0.31
HSL 238.4º 0.75% 0.39% -
HSV(B) 238.4º 0.86% 0.69% -
XYZ 8.58 4.18 40.91 -
YUV 44.45 201.67 114.13 -
System Red Green Blue C M Y K H S L
Decimal 25 29 175 0.86 0.83 0 0.31 238.4 0.75 0.39
Hex 19 1D AF 56 53 0 1F EE 4B 27
Octal 31 35 257 126 123 0 37 356 113 47
Binary 11001 11101 10101111 1010110 1010011 0 11111 11101110 1001011 100111

Color Harmonies of #191DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191DAF

Black with #191DAF

Text Example


Text Example

White with #191DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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