#1329BE

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

Shades of Persian Blue #1329BE

Tints of Persian Blue #1329BE

Color information

#1329BE (or 0x1329BE) is unknown color: approx Persian Blue. HEX triplet: 13, 29 and BE. RGB value is (19,41,190). Sum of RGB (Red+Green+Blue) = 19+41+190=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 41 (16.41% from 255 or 16.4% from 250); Blue value is 190 (74.61% from 255 or 76% from 250); Max value from RGB is 190 - color contains mainly: blue. Hex color #1329BE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329BE is #ECD641. Grayscale: #323232. Windows color (decimal): -15521346 or 12462355. OLE color: 12462355.

HSL color Cylindrical-coordinate representation of color #1329BE: hue angle of 232.28º 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 #1329BE is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1941190-
CMYK0.900.7800.25
HSL232.28º81.82%40.98%-
HSV(B)232.28º90%74.51%-
XYZ10.365.4449.22-
YUV51.41206.21104.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.6%
GREEN value IS 41 (16.41% from 255) = 16.4%
BLUE value IS 190 (74.61% from 255) = 76%
R=7.6%
G=16.4%
B=76%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19411900.900.7800.25232.2881.8240.98
Hex1329BE5A4E019e85229
Octal235127613211603135012251
Binary100111010011011111010110101001110011001111010001010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1329BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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