#1940BA

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

Shades of Persian Blue #1940BA

Tints of Persian Blue #1940BA

Color information

#1940BA (or 0x1940BA) is unknown color: approx Persian Blue. HEX triplet: 19, 40 and BA. RGB value is (25,64,186). Sum of RGB (Red+Green+Blue) = 25+64+186=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 186 (73.05% from 255 or 67.64% from 275); Max value from RGB is 186 - color contains mainly: blue. Hex color #1940BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1940BA is #E6BF45. Grayscale: #414141. Windows color (decimal): -15122246 or 12206105. OLE color: 12206105.

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

Color convert

RGB2564186-
CMYK0.870.6600.27
HSL225.47º76.3%41.37%-
HSV(B)225.47º86.56%72.94%-
XYZ11.17.4247.3-
YUV66.25195.5898.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 64 (25.39% from 255) = 23.27%
BLUE value IS 186 (73.05% from 255) = 67.64%
R=9.09%
G=23.27%
B=67.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal25641860.870.6600.27225.4776.341.37
Hex1940BA574201Be14c29
Octal3110027212710203334111451
Binary1100110000001011101010101111000010011011111000011001100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1940BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1940BA; }

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

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

<style>
 a { background-color: #1940BA; }

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

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

<style>
 span { border-color: #1940BA; }

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

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