#1329C6

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

Shades of Persian Blue #1329C6

Tints of Persian Blue #1329C6

Color information

#1329C6 (or 0x1329C6) is unknown color: approx Persian Blue. HEX triplet: 13, 29 and C6. RGB value is (19,41,198). Sum of RGB (Red+Green+Blue) = 19+41+198=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 198 (77.73% from 255 or 76.74% from 258); Max value from RGB is 198 - color contains mainly: blue. Hex color #1329C6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329C6 is #ECD639. Grayscale: #333333. Windows color (decimal): -15521338 or 12986643. OLE color: 12986643.

HSL color Cylindrical-coordinate representation of color #1329C6: hue angle of 232.63º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1329C6 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1941198-
CMYK0.900.7900.22
HSL232.63º82.49%42.55%-
HSV(B)232.63º90.4%77.65%-
XYZ11.255.853.95-
YUV52.32210.21104.23-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.36%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 198 (77.73% from 255) = 76.74%
R=7.36%
G=15.89%
B=76.74%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19411980.900.7900.22232.6382.4942.55
Hex1329C65A4F016e9522b
Octal235130613211702635112253
Binary100111010011100011010110101001111010110111010011010010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1329C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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