#1931b6

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

Shades of Persian Blue #1931B6

Tints of Persian Blue #1931B6

Color information

#1931B6 (or 0x1931B6) is unknown color: approx Persian Blue. HEX triplet: 19, 31 and B6. RGB value is (25,49,182). Sum of RGB (Red+Green+Blue) = 25+49+182=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 49 (19.53% from 255 or 19.14% from 256); Blue value is 182 (71.48% from 255 or 71.09% from 256); Max value from RGB is 182 - color contains mainly: blue. Hex color #1931B6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1931B6 is #E6CE49. Grayscale: #383838. Windows color (decimal): -15126090 or 11940121. OLE color: 11940121.

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

Color convert

RGB2549182-
CMYK0.860.7300.29
HSL230.83º75.85%40.59%-
HSV(B)230.83º86.26%71.37%-
XYZ9.945.7844.85-
YUV56.99198.55105.19-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.77%
GREEN value IS 49 (19.53% from 255) = 19.14%
BLUE value IS 182 (71.48% from 255) = 71.09%
R=9.77%
G=19.14%
B=71.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25491820.860.7300.29230.8375.8540.59
Hex1931B6564901De74c29
Octal316126612611103534711451
Binary110011100011011011010101101001001011101111001111001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1931b6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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