Html Css Color HEX #191ABB Persian Blue

📋 copy color: '#191ABB'

red 25 ◦ green 26 ◦ blue 187

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

Shades of Persian Blue #191ABB

Tints of Persian Blue #191ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 78.57%

R = 10.5%
G = 10.92%
B = 78.57%

CMYK

 C value IS 0.87

 M value IS 0.86

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#191ABB (or 0x191ABB) is known color: Persian Blue. HEX triplet: 19, 1A and BB. RGB value is (25,26,187). Sum of RGB (Red+Green+Blue) = 25+26+187=238 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.50% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 187 (73.44% from 255 or 78.57% from 238); Max value from RGB is 187 - color contains mainly: blue. Hex color #191ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ABB is #E6E544. Grayscale: #2B2B2B. Windows color (decimal): -15131973 or 12261913. OLE color: 12261913.

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

Color convert

RGB 25 26 187 -
CMYK 0.87 0.86 0 0.27
HSL 239.63º 0.76% 0.42% -
HSV(B) 239.63º 0.87% 0.73% -
XYZ 9.74 4.53 47.38 -
YUV 44.06 208.67 114.41 -
System Red Green Blue C M Y K H S L
Decimal 25 26 187 0.87 0.86 0 0.27 239.63 0.76 0.42
Hex 19 1A BB 57 56 0 1B F0 4C 2A
Octal 31 32 273 127 126 0 33 360 114 52
Binary 11001 11010 10111011 1010111 1010110 0 11011 11110000 1001100 101010

Color Harmonies of #191ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191ABB

Black with #191ABB

Text Example


Text Example

White with #191ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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