Html Css Color HEX #1343CD Persian Blue

📋 copy color: '#1343CD'

red 19 ◦ green 67 ◦ blue 205

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

Shades of Persian Blue #1343CD

Tints of Persian Blue #1343CD

RGB

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

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

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

R = 6.53%
G = 23.02%
B = 70.45%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1343CD (or 0x1343CD) is known color: Persian Blue. HEX triplet: 13, 43 and CD. RGB value is (19,67,205). Sum of RGB (Red+Green+Blue) = 19+67+205=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 67 (26.56% from 255 or 23.02% from 291); Blue value is 205 (80.47% from 255 or 70.45% from 291); Max value from RGB is 205 - color contains mainly: blue. Hex color #1343CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1343CD is #ECBC32. Grayscale: #434343. Windows color (decimal): -15514675 or 13452051. OLE color: 13452051.

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

Color convert

RGB 19 67 205 -
CMYK 0.91 0.67 0 0.20
HSL 224.52º 0.83% 0.44% -
HSV(B) 224.52º 0.91% 0.8% -
XYZ 13.3 8.56 58.71 -
YUV 68.38 205.1 92.78 -
System Red Green Blue C M Y K H S L
Decimal 19 67 205 0.91 0.67 0 0.20 224.52 0.83 0.44
Hex 13 43 CD 5B 43 0 14 E1 53 2C
Octal 23 103 315 133 103 0 24 341 123 54
Binary 10011 1000011 11001101 1011011 1000011 0 10100 11100001 1010011 101100

Color Harmonies of #1343CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1343CD

Black with #1343CD

Text Example


Text Example

White with #1343CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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