#1326BE

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

Shades of Persian Blue #1326BE

Tints of Persian Blue #1326BE

Color information

#1326BE (or 0x1326BE) is unknown color: approx Persian Blue. HEX triplet: 13, 26 and BE. RGB value is (19,38,190). Sum of RGB (Red+Green+Blue) = 19+38+190=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 38 (15.23% from 255 or 15.38% from 247); Blue value is 190 (74.61% from 255 or 76.92% from 247); Max value from RGB is 190 - color contains mainly: blue. Hex color #1326BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1326BE is #ECD941. Grayscale: #313131. Windows color (decimal): -15522114 or 12461587. OLE color: 12461587.

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

Color convert

RGB1938190-
CMYK0.900.800.25
HSL233.33º81.82%40.98%-
HSV(B)233.33º90%74.51%-
XYZ10.265.2449.19-
YUV49.65207.21106.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 38 (15.23% from 255) = 15.38%
BLUE value IS 190 (74.61% from 255) = 76.92%
R=7.69%
G=15.38%
B=76.92%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19381900.900.800.25233.3381.8240.98
Hex1326BE5A50019e95229
Octal234627613212003135112251
Binary100111001101011111010110101010000011001111010011010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1326BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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