#1949bf

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

Shades of Persian Blue #1949BF

Tints of Persian Blue #1949BF

Color information

#1949BF (or 0x1949BF) is unknown color: approx Persian Blue. HEX triplet: 19, 49 and BF. RGB value is (25,73,191). Sum of RGB (Red+Green+Blue) = 25+73+191=289 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.65% from 289); Green value is 73 (28.91% from 255 or 25.26% from 289); Blue value is 191 (75% from 255 or 66.09% from 289); Max value from RGB is 191 - color contains mainly: blue. Hex color #1949BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1949BF is #E6B640. Grayscale: #474747. Windows color (decimal): -15119937 or 12536089. OLE color: 12536089.

HSL color Cylindrical-coordinate representation of color #1949BF: hue angle of 222.65º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1949BF is Cyan = 0.87, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2573191-
CMYK0.870.6200.25
HSL222.65º76.85%42.35%-
HSV(B)222.65º86.91%74.9%-
XYZ12.198.7350.33-
YUV72.1195.194.41-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.65%
GREEN value IS 73 (28.91% from 255) = 25.26%
BLUE value IS 191 (75% from 255) = 66.09%
R=8.65%
G=25.26%
B=66.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25731910.870.6200.25222.6576.8542.35
Hex1949BF573E019df4d2a
Octal311112771277603133711552
Binary110011001001101111111010111111110011001110111111001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1949bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1949bf; }

 p { color: rgb(25,73,191); }

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

<style>
 a { background-color: #1949bf; }

 a { background-color: rgb(25,73,191); }

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

<style>
 span { border-color: #1949bf; }

 span { border-color: rgb(25,73,191); }

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