Html Css Color HEX #1340CD Persian Blue

📋 copy color: '#1340CD'

red 19 ◦ green 64 ◦ blue 205

#1340CD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #1340CD

Tints of Persian Blue #1340CD

RGB

 RED value IS 19 (7.81% from 255) = 6.6%

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 205 (80.47% from 255) = 71.18%

R = 6.6%
G = 22.22%
B = 71.18%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1340CD (or 0x1340CD) is known color: Persian Blue. HEX triplet: 13, 40 and CD. RGB value is (19,64,205). Sum of RGB (Red+Green+Blue) = 19+64+205=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 205 (80.47% from 255 or 71.18% from 288); Max value from RGB is 205 - color contains mainly: blue. Hex color #1340CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1340CD is #ECBF32. Grayscale: #424242. Windows color (decimal): -15515443 or 13451283. OLE color: 13451283.

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

Color convert

RGB 19 64 205 -
CMYK 0.91 0.69 0 0.20
HSL 225.48º 0.83% 0.44% -
HSV(B) 225.48º 0.91% 0.8% -
XYZ 13.12 8.21 58.65 -
YUV 66.62 206.09 94.04 -
System Red Green Blue C M Y K H S L
Decimal 19 64 205 0.91 0.69 0 0.20 225.48 0.83 0.44
Hex 13 40 CD 5B 45 0 14 E1 53 2C
Octal 23 100 315 133 105 0 24 341 123 54
Binary 10011 1000000 11001101 1011011 1000101 0 10100 11100001 1010011 101100

Color Harmonies of #1340CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340CD

Black with #1340CD

Text Example


Text Example

White with #1340CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1340CD;
 }
 .AnyTagClassName
 {
   color: #1340CD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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