#1328BB

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

Shades of Persian Blue #1328BB

Tints of Persian Blue #1328BB

Color information

#1328BB (or 0x1328BB) is unknown color: approx Persian Blue. HEX triplet: 13, 28 and BB. RGB value is (19,40,187). Sum of RGB (Red+Green+Blue) = 19+40+187=246 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.72% from 246); Green value is 40 (16.02% from 255 or 16.26% from 246); Blue value is 187 (73.44% from 255 or 76.02% from 246); Max value from RGB is 187 - color contains mainly: blue. Hex color #1328BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1328BB is #ECD744. Grayscale: #313131. Windows color (decimal): -15521605 or 12265491. OLE color: 12265491.

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

Color convert

RGB1940187-
CMYK0.900.7900.27
HSL232.5º81.55%40.39%-
HSV(B)232.5º89.84%73.33%-
XYZ105.2447.5-
YUV50.48205.04105.55-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.72%
GREEN value IS 40 (16.02% from 255) = 16.26%
BLUE value IS 187 (73.44% from 255) = 76.02%
R=7.72%
G=16.26%
B=76.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal19401870.900.7900.27232.581.5540.39
Hex1328BB5A4F01Be85228
Octal235027313211703335012250
Binary100111010001011101110110101001111011011111010001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1328BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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