Html Css Color HEX #191ED4 Persian Blue

📋 copy color: '#191ED4'

red 25 ◦ green 30 ◦ blue 212

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

Shades of Persian Blue #191ED4

Tints of Persian Blue #191ED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 79.4%

R = 9.36%
G = 11.24%
B = 79.4%

CMYK

 C value IS 0.88

 M value IS 0.86

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#191ED4 (or 0x191ED4) is known color: Persian Blue. HEX triplet: 19, 1E and D4. RGB value is (25,30,212). Sum of RGB (Red+Green+Blue) = 25+30+212=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 30 (12.11% from 255 or 11.24% from 267); Blue value is 212 (83.20% from 255 or 79.40% from 267); Max value from RGB is 212 - color contains mainly: blue. Hex color #191ED4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ED4 is #E6E12B. Grayscale: #303030. Windows color (decimal): -15130924 or 13901337. OLE color: 13901337.

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

Color convert

RGB 25 30 212 -
CMYK 0.88 0.86 0 0.17
HSL 238.4º 0.79% 0.46% -
HSV(B) 238.4º 0.88% 0.83% -
XYZ 12.75 5.89 62.75 -
YUV 49.25 219.84 110.7 -
System Red Green Blue C M Y K H S L
Decimal 25 30 212 0.88 0.86 0 0.17 238.4 0.79 0.46
Hex 19 1E D4 58 56 0 11 EE 4F 2E
Octal 31 36 324 130 126 0 21 356 117 56
Binary 11001 11110 11010100 1011000 1010110 0 10001 11101110 1001111 101110

Color Harmonies of #191ED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ED4

Black with #191ED4

Text Example


Text Example

White with #191ED4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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