#1329BB

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

Shades of Persian Blue #1329BB

Tints of Persian Blue #1329BB

Color information

#1329BB (or 0x1329BB) is unknown color: approx Persian Blue. HEX triplet: 13, 29 and BB. RGB value is (19,41,187). Sum of RGB (Red+Green+Blue) = 19+41+187=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 41 (16.41% from 255 or 16.60% from 247); Blue value is 187 (73.44% from 255 or 75.71% from 247); Max value from RGB is 187 - color contains mainly: blue. Hex color #1329BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329BB is #ECD644. Grayscale: #323232. Windows color (decimal): -15521349 or 12265747. OLE color: 12265747.

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

Color convert

RGB1941187-
CMYK0.900.7800.27
HSL232.14º81.55%40.39%-
HSV(B)232.14º89.84%73.33%-
XYZ10.035.3147.51-
YUV51.07204.71105.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.69%
GREEN value IS 41 (16.41% from 255) = 16.60%
BLUE value IS 187 (73.44% from 255) = 75.71%
R=7.69%
G=16.60%
B=75.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19411870.900.7800.27232.1481.5540.39
Hex1329BB5A4E01Be85228
Octal235127313211603335012250
Binary100111010011011101110110101001110011011111010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1329BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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