#1925B2

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

Shades of Persian Blue #1925B2

Tints of Persian Blue #1925B2

Color information

#1925B2 (or 0x1925B2) is unknown color: approx Persian Blue. HEX triplet: 19, 25 and B2. RGB value is (25,37,178). Sum of RGB (Red+Green+Blue) = 25+37+178=240 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.42% from 240); Green value is 37 (14.84% from 255 or 15.42% from 240); Blue value is 178 (69.92% from 255 or 74.17% from 240); Max value from RGB is 178 - color contains mainly: blue. Hex color #1925B2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #1925B2 is #E6DA4D. Grayscale: #303030. Windows color (decimal): -15129166 or 11674905. OLE color: 11674905.

HSL color Cylindrical-coordinate representation of color #1925B2: hue angle of 235.29º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1925B2 is Cyan = 0.86, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2537178-
CMYK0.860.7900.30
HSL235.29º75.37%39.8%-
HSV(B)235.29º85.96%69.8%-
XYZ9.14.7442.56-
YUV49.49200.52110.54-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 10.42%
GREEN value IS 37 (14.84% from 255) = 15.42%
BLUE value IS 178 (69.92% from 255) = 74.17%
R=10.42%
G=15.42%
B=74.17%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal25371780.860.7900.30235.2975.3739.8
Hex1925B2564F01Eeb4b28
Octal314526212611703635311350
Binary110011001011011001010101101001111011110111010111001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1925B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1925B2; }

 p { color: rgb(25,37,178); }

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

<style>
 a { background-color: #1925B2; }

 a { background-color: rgb(25,37,178); }

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

<style>
 span { border-color: #1925B2; }

 span { border-color: rgb(25,37,178); }

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