#1345D7

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

Shades of Persian Blue #1345D7

Tints of Persian Blue #1345D7

Color information

#1345D7 (or 0x1345D7) is unknown color: approx Persian Blue. HEX triplet: 13, 45 and D7. RGB value is (19,69,215). Sum of RGB (Red+Green+Blue) = 19+69+215=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 215 (84.38% from 255 or 70.96% from 303); Max value from RGB is 215 - color contains mainly: blue. Hex color #1345D7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1345D7 is #ECBA28. Grayscale: #464646. Windows color (decimal): -15514153 or 14107923. OLE color: 14107923.

HSL color Cylindrical-coordinate representation of color #1345D7: hue angle of 224.69º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1345D7 is Cyan = 0.91, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1969215-
CMYK0.910.6800.16
HSL224.69º83.76%45.88%-
HSV(B)224.69º91.16%84.31%-
XYZ14.669.365.31-
YUV70.69209.4491.13-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.27%
GREEN value IS 69 (27.34% from 255) = 22.77%
BLUE value IS 215 (84.38% from 255) = 70.96%
R=6.27%
G=22.77%
B=70.96%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal19692150.910.6800.16224.6983.7645.88
Hex1345D75B44010e1542e
Octal2310532713310402034112456
Binary1001110001011101011110110111000100010000111000011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1345D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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