Html Css Color HEX #191ED5 Persian Blue

📋 copy color: '#191ED5'

red 25 ◦ green 30 ◦ blue 213

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

Shades of Persian Blue #191ED5

Tints of Persian Blue #191ED5

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.19%

 BLUE value IS 213 (83.59% from 255) = 79.48%

R = 9.33%
G = 11.19%
B = 79.48%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#191ED5 (or 0x191ED5) is known color: Persian Blue. HEX triplet: 19, 1E and D5. RGB value is (25,30,213). Sum of RGB (Red+Green+Blue) = 25+30+213=268 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.33% from 268); Green value is 30 (12.11% from 255 or 11.19% from 268); Blue value is 213 (83.59% from 255 or 79.48% from 268); Max value from RGB is 213 - color contains mainly: blue. Hex color #191ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ED5 is #E6E12A. Grayscale: #303030. Windows color (decimal): -15130923 or 13966873. OLE color: 13966873.

HSL color Cylindrical-coordinate representation of color #191ED5: hue angle of 238.4º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #191ED5 is Cyan = 0.88, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 25 30 213 -
CMYK 0.88 0.86 0 0.16
HSL 238.4º 0.79% 0.47% -
HSV(B) 238.4º 0.88% 0.84% -
XYZ 12.88 5.94 63.42 -
YUV 49.37 220.34 110.62 -
System Red Green Blue C M Y K H S L
Decimal 25 30 213 0.88 0.86 0 0.16 238.4 0.79 0.47
Hex 19 1E D5 58 56 0 10 EE 4F 2F
Octal 31 36 325 130 126 0 20 356 117 57
Binary 11001 11110 11010101 1011000 1010110 0 10000 11101110 1001111 101111

Color Harmonies of #191ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ED5

Black with #191ED5

Text Example


Text Example

White with #191ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,30,213); }

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

background-color css

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

 a { background-color: rgb(25,30,213); }

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

border-color css

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

 span { border-color: rgb(25,30,213); }

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