#1345C0

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

Shades of Persian Blue #1345C0

Tints of Persian Blue #1345C0

Color information

#1345C0 (or 0x1345C0) is unknown color: approx Persian Blue. HEX triplet: 13, 45 and C0. RGB value is (19,69,192). Sum of RGB (Red+Green+Blue) = 19+69+192=280 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.79% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 192 (75.39% from 255 or 68.57% from 280); Max value from RGB is 192 - color contains mainly: blue. Hex color #1345C0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1345C0 is #ECBA3F. Grayscale: #434343. Windows color (decimal): -15514176 or 12600595. OLE color: 12600595.

HSL color Cylindrical-coordinate representation of color #1345C0: hue angle of 222.66º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1345C0 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1969192-
CMYK0.900.6400.25
HSL222.66º81.99%41.37%-
HSV(B)222.66º90.1%75.29%-
XYZ11.918.250.82-
YUV68.07197.9493-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.79%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 192 (75.39% from 255) = 68.57%
R=6.79%
G=24.64%
B=68.57%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19691920.900.6400.25222.6681.9941.37
Hex1345C05A40019df5229
Octal2310530013210003133712251
Binary1001110001011100000010110101000000011001110111111010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1345C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1345C0; }

 p { color: rgb(19,69,192); }

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

<style>
 a { background-color: #1345C0; }

 a { background-color: rgb(19,69,192); }

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

<style>
 span { border-color: #1345C0; }

 span { border-color: rgb(19,69,192); }

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