#1948B5

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

Shades of Persian Blue #1948B5

Tints of Persian Blue #1948B5

Color information

#1948B5 (or 0x1948B5) is unknown color: approx Persian Blue. HEX triplet: 19, 48 and B5. RGB value is (25,72,181). Sum of RGB (Red+Green+Blue) = 25+72+181=278 (36% of max value = 765). Red value is 25 (10.16% from 255 or 8.99% from 278); Green value is 72 (28.52% from 255 or 25.90% from 278); Blue value is 181 (71.09% from 255 or 65.11% from 278); Max value from RGB is 181 - color contains mainly: blue. Hex color #1948B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1948B5 is #E6B74A. Grayscale: #454545. Windows color (decimal): -15120203 or 11880473. OLE color: 11880473.

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

Color convert

RGB2572181-
CMYK0.860.6000.29
HSL221.92º75.73%40.39%-
HSV(B)221.92º86.19%70.98%-
XYZ11.068.1844.71-
YUV70.37190.4395.64-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.99%
GREEN value IS 72 (28.52% from 255) = 25.90%
BLUE value IS 181 (71.09% from 255) = 65.11%
R=8.99%
G=25.90%
B=65.11%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal25721810.860.6000.29221.9275.7340.39
Hex1948B5563C01Dde4c28
Octal311102651267403533611450
Binary110011001000101101011010110111100011101110111101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1948B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1948B5; }

 p { color: rgb(25,72,181); }

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

<style>
 a { background-color: #1948B5; }

 a { background-color: rgb(25,72,181); }

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

<style>
 span { border-color: #1948B5; }

 span { border-color: rgb(25,72,181); }

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