Html Css Color HEX #1340DB Persian Blue

📋 copy color: '#1340DB'

red 19 ◦ green 64 ◦ blue 219

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

Shades of Persian Blue #1340DB

Tints of Persian Blue #1340DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 72.52%

R = 6.29%
G = 21.19%
B = 72.52%

CMYK

 C value IS 0.91

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1340DB (or 0x1340DB) is known color: Persian Blue. HEX triplet: 13, 40 and DB. RGB value is (19,64,219). Sum of RGB (Red+Green+Blue) = 19+64+219=302 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.29% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 219 (85.94% from 255 or 72.52% from 302); Max value from RGB is 219 - color contains mainly: blue. Hex color #1340DB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1340DB is #ECBF24. Grayscale: #434343. Windows color (decimal): -15515429 or 14368787. OLE color: 14368787.

HSL color Cylindrical-coordinate representation of color #1340DB: hue angle of 226.5º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1340DB is Cyan = 0.91, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 64 219 -
CMYK 0.91 0.71 0 0.14
HSL 226.5º 0.84% 0.47% -
HSV(B) 226.5º 0.91% 0.86% -
XYZ 14.89 8.92 67.95 -
YUV 68.22 213.09 92.9 -
System Red Green Blue C M Y K H S L
Decimal 19 64 219 0.91 0.71 0 0.14 226.5 0.84 0.47
Hex 13 40 DB 5B 47 0 E E2 54 2F
Octal 23 100 333 133 107 0 16 342 124 57
Binary 10011 1000000 11011011 1011011 1000111 0 1110 11100010 1010100 101111

Color Harmonies of #1340DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1340DB

Black with #1340DB

Text Example


Text Example

White with #1340DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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