#191ABF

Color #191ABF Persian Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Blue #191ABF

Tints of Persian Blue #191ABF

Color information

#191ABF (or 0x191ABF) is unknown color: approx Persian Blue. HEX triplet: 19, 1A and BF. RGB value is (25,26,191). Sum of RGB (Red+Green+Blue) = 25+26+191=242 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.33% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 191 (75% from 255 or 78.93% from 242); Max value from RGB is 191 - color contains mainly: blue. Hex color #191ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191ABF is #E6E540. Grayscale: #2B2B2B. Windows color (decimal): -15131969 or 12524057. OLE color: 12524057.

HSL color Cylindrical-coordinate representation of color #191ABF: 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 #191ABF is Cyan = 0.87, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2526191-
CMYK0.870.8600.25
HSL239.64º76.85%42.35%-
HSV(B)239.64º86.91%74.9%-
XYZ10.174.7149.66-
YUV44.51210.67114.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.33%
GREEN value IS 26 (10.55% from 255) = 10.74%
BLUE value IS 191 (75% from 255) = 78.93%
R=10.33%
G=10.74%
B=78.93%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25261910.870.8600.25239.6476.8542.35
Hex191ABF5756019f04d2a
Octal313227712712603136011552
Binary11001110101011111110101111010110011001111100001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #191ABF;
 }
 .AnyTagClassName
 {
   color: #191ABF;
 }
</style>
background-color css

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

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

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

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

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

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