#1320CD

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

Shades of Persian Blue #1320CD

Tints of Persian Blue #1320CD

Color information

#1320CD (or 0x1320CD) is unknown color: approx Persian Blue. HEX triplet: 13, 20 and CD. RGB value is (19,32,205). Sum of RGB (Red+Green+Blue) = 19+32+205=256 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.42% from 256); Green value is 32 (12.89% from 255 or 12.5% from 256); Blue value is 205 (80.47% from 255 or 80.08% from 256); Max value from RGB is 205 - color contains mainly: blue. Hex color #1320CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320CD is #ECDF32. Grayscale: #2F2F2F. Windows color (decimal): -15523635 or 13443091. OLE color: 13443091.

HSL color Cylindrical-coordinate representation of color #1320CD: hue angle of 235.81º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1320CD is Cyan = 0.91, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1932205-
CMYK0.910.8400.20
HSL235.81º83.04%43.92%-
HSV(B)235.81º90.73%80.39%-
XYZ11.85.5858.21-
YUV47.84216.69107.43-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 7.42%
GREEN value IS 32 (12.89% from 255) = 12.5%
BLUE value IS 205 (80.47% from 255) = 80.08%
R=7.42%
G=12.5%
B=80.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19322050.910.8400.20235.8183.0443.92
Hex1320CD5B54014ec532c
Octal234031513312402435412354
Binary100111000001100110110110111010100010100111011001010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1320CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1320CD; }

 p { color: rgb(19,32,205); }

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

<style>
 a { background-color: #1320CD; }

 a { background-color: rgb(19,32,205); }

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

<style>
 span { border-color: #1320CD; }

 span { border-color: rgb(19,32,205); }

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