#191CB4

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

Shades of Persian Blue #191CB4

Tints of Persian Blue #191CB4

Color information

#191CB4 (or 0x191CB4) is unknown color: approx Persian Blue. HEX triplet: 19, 1C and B4. RGB value is (25,28,180). Sum of RGB (Red+Green+Blue) = 25+28+180=233 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.73% from 233); Green value is 28 (11.33% from 255 or 12.02% from 233); Blue value is 180 (70.70% from 255 or 77.25% from 233); Max value from RGB is 180 - color contains mainly: blue. Hex color #191CB4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191CB4 is #E6E34B. Grayscale: #2B2B2B. Windows color (decimal): -15131468 or 11803673. OLE color: 11803673.

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

Color convert

RGB2528180-
CMYK0.860.8400.29
HSL238.84º75.61%40.2%-
HSV(B)238.84º86.11%70.59%-
XYZ9.054.3343.54-
YUV44.43204.51114.14-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.73%
GREEN value IS 28 (11.33% from 255) = 12.02%
BLUE value IS 180 (70.70% from 255) = 77.25%
R=10.73%
G=12.02%
B=77.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25281800.860.8400.29238.8475.6140.2
Hex191CB4565401Def4c28
Octal313426412612403535711450
Binary11001111001011010010101101010100011101111011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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