#1939bf

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

Shades of Persian Blue #1939BF

Tints of Persian Blue #1939BF

Color information

#1939BF (or 0x1939BF) is unknown color: approx Persian Blue. HEX triplet: 19, 39 and BF. RGB value is (25,57,191). Sum of RGB (Red+Green+Blue) = 25+57+191=273 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.16% from 273); Green value is 57 (22.66% from 255 or 20.88% from 273); Blue value is 191 (75% from 255 or 69.96% from 273); Max value from RGB is 191 - color contains mainly: blue. Hex color #1939BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1939BF is #E6C640. Grayscale: #3E3E3E. Windows color (decimal): -15124033 or 12531993. OLE color: 12531993.

HSL color Cylindrical-coordinate representation of color #1939BF: hue angle of 228.43º 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 #1939BF is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2557191-
CMYK0.870.7000.25
HSL228.43º76.85%42.35%-
HSV(B)228.43º86.91%74.9%-
XYZ11.276.8950.03-
YUV62.71200.4101.1-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.16%
GREEN value IS 57 (22.66% from 255) = 20.88%
BLUE value IS 191 (75% from 255) = 69.96%
R=9.16%
G=20.88%
B=69.96%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25571910.870.7000.25228.4376.8542.35
Hex1939BF5746019e44d2a
Octal317127712710603134411552
Binary110011110011011111110101111000110011001111001001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1939bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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