Html Css Color HEX #1340ED Persian Blue

📋 copy color: '#1340ED'

red 19 ◦ green 64 ◦ blue 237

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

Shades of Persian Blue #1340ED

Tints of Persian Blue #1340ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 74.06%

R = 5.94%
G = 20%
B = 74.06%

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

#1340ED (or 0x1340ED) is known color: Persian Blue. HEX triplet: 13, 40 and ED. RGB value is (19,64,237). Sum of RGB (Red+Green+Blue) = 19+64+237=320 (42% of max value = 765). Red value is 19 (7.81% from 255 or 5.94% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 237 (92.97% from 255 or 74.06% from 320); Max value from RGB is 237 - color contains mainly: blue. Hex color #1340ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #1340ED is #ECBF12. Grayscale: #454545. Windows color (decimal): -15515411 or 15548435. OLE color: 15548435.

HSL color Cylindrical-coordinate representation of color #1340ED: hue angle of 227.61º degrees, saturation: 0.86, 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 #1340ED is Cyan = 0.92, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 64 237 -
CMYK 0.92 0.73 0 0.07
HSL 227.61º 0.86% 0.5% -
HSV(B) 227.61º 0.92% 0.93% -
XYZ 17.39 9.92 81.12 -
YUV 70.27 222.09 91.43 -
System Red Green Blue C M Y K H S L
Decimal 19 64 237 0.92 0.73 0 0.07 227.61 0.86 0.5
Hex 13 40 ED 5C 49 0 7 E4 56 32
Octal 23 100 355 134 111 0 7 344 126 62
Binary 10011 1000000 11101101 1011100 1001001 0 111 11100100 1010110 110010

Color Harmonies of #1340ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340ED

Black with #1340ED

Text Example


Text Example

White with #1340ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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