#1345DA

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

Shades of Persian Blue #1345DA

Tints of Persian Blue #1345DA

Color information

#1345DA (or 0x1345DA) is unknown color: approx Persian Blue. HEX triplet: 13, 45 and DA. RGB value is (19,69,218). Sum of RGB (Red+Green+Blue) = 19+69+218=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 218 (85.55% from 255 or 71.24% from 306); Max value from RGB is 218 - color contains mainly: blue. Hex color #1345DA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1345DA is #ECBA25. Grayscale: #464646. Windows color (decimal): -15514150 or 14304531. OLE color: 14304531.

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

Color convert

RGB1969218-
CMYK0.910.6800.15
HSL224.92º83.97%46.47%-
HSV(B)224.92º91.28%85.49%-
XYZ15.059.4667.36-
YUV71.04210.9490.88-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.21%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 218 (85.55% from 255) = 71.24%
R=6.21%
G=22.55%
B=71.24%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal19692180.910.6800.15224.9283.9746.47
Hex1345DA5B440Fe1542e
Octal2310533213310401734112456
Binary100111000101110110101011011100010001111111000011010100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1345DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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