#1341CD

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

Shades of Persian Blue #1341CD

Tints of Persian Blue #1341CD

Color information

#1341CD (or 0x1341CD) is unknown color: approx Persian Blue. HEX triplet: 13, 41 and CD. RGB value is (19,65,205). Sum of RGB (Red+Green+Blue) = 19+65+205=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 205 (80.47% from 255 or 70.93% from 289); Max value from RGB is 205 - color contains mainly: blue. Hex color #1341CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341CD is #ECBE32. Grayscale: #424242. Windows color (decimal): -15515187 or 13451539. OLE color: 13451539.

HSL color Cylindrical-coordinate representation of color #1341CD: hue angle of 225.16º 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 #1341CD is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1965205-
CMYK0.910.6800.20
HSL225.16º83.04%43.92%-
HSV(B)225.16º90.73%80.39%-
XYZ13.188.3358.67-
YUV67.21205.7693.62-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.57%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 205 (80.47% from 255) = 70.93%
R=6.57%
G=22.49%
B=70.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19652050.910.6800.20225.1683.0443.92
Hex1341CD5B44014e1532c
Octal2310131513310402434112354
Binary1001110000011100110110110111000100010100111000011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1341CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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