Html Css Color HEX #1343DC Persian Blue

📋 copy color: '#1343DC'

red 19 ◦ green 67 ◦ blue 220

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

Shades of Persian Blue #1343DC

Tints of Persian Blue #1343DC

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.9%

 BLUE value IS 220 (86.33% from 255) = 71.9%

R = 6.21%
G = 21.9%
B = 71.9%

CMYK

 C value IS 0.91

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1343DC (or 0x1343DC) is known color: Persian Blue. HEX triplet: 13, 43 and DC. RGB value is (19,67,220). Sum of RGB (Red+Green+Blue) = 19+67+220=306 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.21% from 306); Green value is 67 (26.56% from 255 or 21.90% from 306); Blue value is 220 (86.33% from 255 or 71.90% from 306); Max value from RGB is 220 - color contains mainly: blue. Hex color #1343DC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343DC is #ECBC23. Grayscale: #454545. Windows color (decimal): -15514660 or 14435091. OLE color: 14435091.

HSL color Cylindrical-coordinate representation of color #1343DC: hue angle of 225.67º 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 #1343DC is Cyan = 0.91, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 19 67 220 -
CMYK 0.91 0.70 0 0.14
HSL 225.67º 0.84% 0.47% -
HSV(B) 225.67º 0.91% 0.86% -
XYZ 15.19 9.32 68.71 -
YUV 70.09 212.6 91.56 -
System Red Green Blue C M Y K H S L
Decimal 19 67 220 0.91 0.70 0 0.14 225.67 0.84 0.47
Hex 13 43 DC 5B 46 0 E E2 54 2F
Octal 23 103 334 133 106 0 16 342 124 57
Binary 10011 1000011 11011100 1011011 1000110 0 1110 11100010 1010100 101111

Color Harmonies of #1343DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1343DC

Black with #1343DC

Text Example


Text Example

White with #1343DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1343DC; }

 p { color: rgb(19,67,220); }

 H1.HeaderClassName
 {
   color: #1343DC;
 }
 .AnyTagClassName
 {
   color: #1343DC;
 }
</style>

background-color css

<style>
 a { background-color: #1343DC; }

 a { background-color: rgb(19,67,220); }

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

border-color css

<style>
 span { border-color: #1343DC; }

 span { border-color: rgb(19,67,220); }

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