#1328B9

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

Shades of Persian Blue #1328B9

Tints of Persian Blue #1328B9

Color information

#1328B9 (or 0x1328B9) is unknown color: approx Persian Blue. HEX triplet: 13, 28 and B9. RGB value is (19,40,185). Sum of RGB (Red+Green+Blue) = 19+40+185=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 40 (16.02% from 255 or 16.39% from 244); Blue value is 185 (72.66% from 255 or 75.82% from 244); Max value from RGB is 185 - color contains mainly: blue. Hex color #1328B9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1328B9 is #ECD746. Grayscale: #313131. Windows color (decimal): -15521607 or 12134419. OLE color: 12134419.

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

Color convert

RGB1940185-
CMYK0.900.7800.27
HSL232.41º81.37%40%-
HSV(B)232.41º89.73%72.55%-
XYZ9.785.1646.38-
YUV50.25204.04105.71-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.79%
GREEN value IS 40 (16.02% from 255) = 16.39%
BLUE value IS 185 (72.66% from 255) = 75.82%
R=7.79%
G=16.39%
B=75.82%

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
Decimal19401850.900.7800.27232.4181.3740
Hex1328B95A4E01Be85128
Octal235027113211603335012150
Binary100111010001011100110110101001110011011111010001010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1328B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1328B9; }

 p { color: rgb(19,40,185); }

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

<style>
 a { background-color: #1328B9; }

 a { background-color: rgb(19,40,185); }

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

<style>
 span { border-color: #1328B9; }

 span { border-color: rgb(19,40,185); }

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