Html Css Color HEX #191ABE Persian Blue

📋 copy color: '#191ABE'

red 25 ◦ green 26 ◦ blue 190

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

Shades of Persian Blue #191ABE

Tints of Persian Blue #191ABE

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.79%

 BLUE value IS 190 (74.61% from 255) = 78.84%

R = 10.37%
G = 10.79%
B = 78.84%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#191ABE (or 0x191ABE) is known color: Persian Blue. HEX triplet: 19, 1A and BE. RGB value is (25,26,190). Sum of RGB (Red+Green+Blue) = 25+26+190=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 190 (74.61% from 255 or 78.84% from 241); Max value from RGB is 190 - color contains mainly: blue. Hex color #191ABE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ABE is #E6E541. Grayscale: #2B2B2B. Windows color (decimal): -15131970 or 12458521. OLE color: 12458521.

HSL color Cylindrical-coordinate representation of color #191ABE: hue angle of 239.64º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #191ABE is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 25 26 190 -
CMYK 0.87 0.86 0 0.25
HSL 239.64º 0.77% 0.42% -
HSV(B) 239.64º 0.87% 0.75% -
XYZ 10.06 4.66 49.08 -
YUV 44.4 210.17 114.16 -
System Red Green Blue C M Y K H S L
Decimal 25 26 190 0.87 0.86 0 0.25 239.64 0.77 0.42
Hex 19 1A BE 57 56 0 19 F0 4D 2A
Octal 31 32 276 127 126 0 31 360 115 52
Binary 11001 11010 10111110 1010111 1010110 0 11001 11110000 1001101 101010

Color Harmonies of #191ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ABE

Black with #191ABE

Text Example


Text Example

White with #191ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,26,190); }

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

background-color css

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

 a { background-color: rgb(25,26,190); }

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

border-color css

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

 span { border-color: rgb(25,26,190); }

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