#1931B9

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

Shades of Persian Blue #1931B9

Tints of Persian Blue #1931B9

Color information

#1931B9 (or 0x1931B9) is unknown color: approx Persian Blue. HEX triplet: 19, 31 and B9. RGB value is (25,49,185). Sum of RGB (Red+Green+Blue) = 25+49+185=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 185 (72.66% from 255 or 71.43% from 259); Max value from RGB is 185 - color contains mainly: blue. Hex color #1931B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1931B9 is #E6CE46. Grayscale: #383838. Windows color (decimal): -15126087 or 12136729. OLE color: 12136729.

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

Color convert

RGB2549185-
CMYK0.860.7400.27
HSL231º76.19%41.18%-
HSV(B)231º86.49%72.55%-
XYZ10.265.9146.5-
YUV57.33200.05104.94-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.65%
GREEN value IS 49 (19.53% from 255) = 18.92%
BLUE value IS 185 (72.66% from 255) = 71.43%
R=9.65%
G=18.92%
B=71.43%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25491850.860.7400.2723176.1941.18
Hex1931B9564A01Be74c29
Octal316127112611203334711451
Binary110011100011011100110101101001010011011111001111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1931B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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