#1931BB

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

Shades of Persian Blue #1931BB

Tints of Persian Blue #1931BB

Color information

#1931BB (or 0x1931BB) is unknown color: approx Persian Blue. HEX triplet: 19, 31 and BB. RGB value is (25,49,187). Sum of RGB (Red+Green+Blue) = 25+49+187=261 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.58% from 261); Green value is 49 (19.53% from 255 or 18.77% from 261); Blue value is 187 (73.44% from 255 or 71.65% from 261); Max value from RGB is 187 - color contains mainly: blue. Hex color #1931BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1931BB is #E6CE44. Grayscale: #383838. Windows color (decimal): -15126085 or 12267801. OLE color: 12267801.

HSL color Cylindrical-coordinate representation of color #1931BB: hue angle of 231.11º 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 #1931BB is Cyan = 0.87, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2549187-
CMYK0.870.7400.27
HSL231.11º76.42%41.57%-
HSV(B)231.11º86.63%73.33%-
XYZ10.475.9947.62-
YUV57.56201.05104.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.58%
GREEN value IS 49 (19.53% from 255) = 18.77%
BLUE value IS 187 (73.44% from 255) = 71.65%
R=9.58%
G=18.77%
B=71.65%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25491870.870.7400.27231.1176.4241.57
Hex1931BB574A01Be74c2a
Octal316127312711203334711452
Binary110011100011011101110101111001010011011111001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1931BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1931BB; }

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

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

<style>
 a { background-color: #1931BB; }

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

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

<style>
 span { border-color: #1931BB; }

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

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