#1326BD

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

Shades of Persian Blue #1326BD

Tints of Persian Blue #1326BD

Color information

#1326BD (or 0x1326BD) is unknown color: approx Persian Blue. HEX triplet: 13, 26 and BD. RGB value is (19,38,189). Sum of RGB (Red+Green+Blue) = 19+38+189=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 189 (74.22% from 255 or 76.83% from 246); Max value from RGB is 189 - color contains mainly: blue. Hex color #1326BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326BD is #ECD942. Grayscale: #303030. Windows color (decimal): -15522115 or 12396051. OLE color: 12396051.

HSL color Cylindrical-coordinate representation of color #1326BD: hue angle of 233.29º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1326BD is Cyan = 0.90, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1938189-
CMYK0.900.8000.26
HSL233.29º81.73%40.78%-
HSV(B)233.29º89.95%74.12%-
XYZ10.155.248.61-
YUV49.53206.71106.22-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 38 (15.23% from 255) = 15.45%
BLUE value IS 189 (74.22% from 255) = 76.83%
R=7.72%
G=15.45%
B=76.83%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal19381890.900.8000.26233.2981.7340.78
Hex1326BD5A5001Ae95229
Octal234627513212003235112251
Binary100111001101011110110110101010000011010111010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1326BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1326BD; }

 p { color: rgb(19,38,189); }

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

<style>
 a { background-color: #1326BD; }

 a { background-color: rgb(19,38,189); }

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

<style>
 span { border-color: #1326BD; }

 span { border-color: rgb(19,38,189); }

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