#1343CD

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

Shades of Persian Blue #1343CD

Tints of Persian Blue #1343CD

Color information

#1343CD (or 0x1343CD) is unknown color: approx Persian Blue. HEX triplet: 13, 43 and CD. RGB value is (19,67,205). Sum of RGB (Red+Green+Blue) = 19+67+205=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #1343CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343CD is #ECBC32. Grayscale: #434343. Windows color (decimal): -15514675 or 13452051. OLE color: 13452051.

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

Color convert

RGB1967205-
CMYK0.910.6700.20
HSL224.52º83.04%43.92%-
HSV(B)224.52º90.73%80.39%-
XYZ13.38.5658.71-
YUV68.38205.192.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.53%
GREEN value IS 67 (26.56% from 255) = 23.02%
BLUE value IS 205 (80.47% from 255) = 70.45%
R=6.53%
G=23.02%
B=70.45%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19672050.910.6700.20224.5283.0443.92
Hex1343CD5B43014e1532c
Octal2310331513310302434112354
Binary1001110000111100110110110111000011010100111000011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1343CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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