#1340BA

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

Shades of Persian Blue #1340BA

Tints of Persian Blue #1340BA

Color information

#1340BA (or 0x1340BA) is unknown color: approx Persian Blue. HEX triplet: 13, 40 and BA. RGB value is (19,64,186). Sum of RGB (Red+Green+Blue) = 19+64+186=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 64 (25.39% from 255 or 23.79% from 269); Blue value is 186 (73.05% from 255 or 69.14% from 269); Max value from RGB is 186 - color contains mainly: blue. Hex color #1340BA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1340BA is #ECBF45. Grayscale: #3F3F3F. Windows color (decimal): -15515462 or 12206099. OLE color: 12206099.

HSL color Cylindrical-coordinate representation of color #1340BA: hue angle of 223.83º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1340BA is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1964186-
CMYK0.900.6600.27
HSL223.83º81.46%40.2%-
HSV(B)223.83º89.78%72.94%-
XYZ10.967.3547.3-
YUV64.45196.5995.58-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.06%
GREEN value IS 64 (25.39% from 255) = 23.79%
BLUE value IS 186 (73.05% from 255) = 69.14%
R=7.06%
G=23.79%
B=69.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19641860.900.6600.27223.8381.4640.2
Hex1340BA5A4201Be05128
Octal2310027213210203334012150
Binary1001110000001011101010110101000010011011111000001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1340BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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