#191CB2

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

Shades of Persian Blue #191CB2

Tints of Persian Blue #191CB2

Color information

#191CB2 (or 0x191CB2) is unknown color: approx Persian Blue. HEX triplet: 19, 1C and B2. RGB value is (25,28,178). Sum of RGB (Red+Green+Blue) = 25+28+178=231 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.82% from 231); Green value is 28 (11.33% from 255 or 12.12% from 231); Blue value is 178 (69.92% from 255 or 77.06% from 231); Max value from RGB is 178 - color contains mainly: blue. Hex color #191CB2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #191CB2 is #E6E34D. Grayscale: #2B2B2B. Windows color (decimal): -15131470 or 11672601. OLE color: 11672601.

HSL color Cylindrical-coordinate representation of color #191CB2: hue angle of 238.82º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #191CB2 is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2528178-
CMYK0.860.8400.30
HSL238.82º75.37%39.8%-
HSV(B)238.82º85.96%69.8%-
XYZ8.854.2542.47-
YUV44.2203.51114.3-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.82%
GREEN value IS 28 (11.33% from 255) = 12.12%
BLUE value IS 178 (69.92% from 255) = 77.06%
R=10.82%
G=12.12%
B=77.06%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25281780.860.8400.30238.8275.3739.8
Hex191CB2565401Eef4b28
Octal313426212612403635711350
Binary11001111001011001010101101010100011110111011111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191CB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,28,178); }

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

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

 a { background-color: rgb(25,28,178); }

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

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

 span { border-color: rgb(25,28,178); }

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