#191EBA

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

Shades of Persian Blue #191EBA

Tints of Persian Blue #191EBA

Color information

#191EBA (or 0x191EBA) is unknown color: approx Persian Blue. HEX triplet: 19, 1E and BA. RGB value is (25,30,186). Sum of RGB (Red+Green+Blue) = 25+30+186=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 30 (12.11% from 255 or 12.45% from 241); Blue value is 186 (73.05% from 255 or 77.18% from 241); Max value from RGB is 186 - color contains mainly: blue. Hex color #191EBA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #191EBA is #E6E145. Grayscale: #2D2D2D. Windows color (decimal): -15130950 or 12197401. OLE color: 12197401.

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

Color convert

RGB2530186-
CMYK0.870.8400.27
HSL238.14º76.3%41.37%-
HSV(B)238.14º86.56%72.94%-
XYZ9.734.6846.85-
YUV46.29206.84112.82-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.37%
GREEN value IS 30 (12.11% from 255) = 12.45%
BLUE value IS 186 (73.05% from 255) = 77.18%
R=10.37%
G=12.45%
B=77.18%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25301860.870.8400.27238.1476.341.37
Hex191EBA575401Bee4c29
Octal313627212712403335611451
Binary11001111101011101010101111010100011011111011101001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,30,186); }

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

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

 a { background-color: rgb(25,30,186); }

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

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

 span { border-color: rgb(25,30,186); }

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