Html Css Color HEX #1340EC Persian Blue

📋 copy color: '#1340EC'

red 19 ◦ green 64 ◦ blue 236

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

Shades of Persian Blue #1340EC

Tints of Persian Blue #1340EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 73.98%

R = 5.96%
G = 20.06%
B = 73.98%

CMYK

 C value IS 0.92

 M value IS 0.73

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1340EC (or 0x1340EC) is known color: Persian Blue. HEX triplet: 13, 40 and EC. RGB value is (19,64,236). Sum of RGB (Red+Green+Blue) = 19+64+236=319 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.96% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 236 (92.58% from 255 or 73.98% from 319); Max value from RGB is 236 - color contains mainly: blue. Hex color #1340EC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1340EC is #ECBF13. Grayscale: #454545. Windows color (decimal): -15515412 or 15482899. OLE color: 15482899.

HSL color Cylindrical-coordinate representation of color #1340EC: hue angle of 227.56º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1340EC is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 64 236 -
CMYK 0.92 0.73 0 0.07
HSL 227.56º 0.85% 0.5% -
HSV(B) 227.56º 0.92% 0.93% -
XYZ 17.24 9.86 80.35 -
YUV 70.15 221.59 91.51 -
System Red Green Blue C M Y K H S L
Decimal 19 64 236 0.92 0.73 0 0.07 227.56 0.85 0.5
Hex 13 40 EC 5C 49 0 7 E4 55 32
Octal 23 100 354 134 111 0 7 344 125 62
Binary 10011 1000000 11101100 1011100 1001001 0 111 11100100 1010101 110010

Color Harmonies of #1340EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340EC

Black with #1340EC

Text Example


Text Example

White with #1340EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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