Html Css Color HEX #1349CD Persian Blue

📋 copy color: '#1349CD'

red 19 ◦ green 73 ◦ blue 205

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

Shades of Persian Blue #1349CD

Tints of Persian Blue #1349CD

RGB

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

 GREEN value IS 73 (28.91% from 255) = 24.58%

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

R = 6.4%
G = 24.58%
B = 69.02%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1349CD (or 0x1349CD) is known color: Persian Blue. HEX triplet: 13, 49 and CD. RGB value is (19,73,205). Sum of RGB (Red+Green+Blue) = 19+73+205=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 205 (80.47% from 255 or 69.02% from 297); Max value from RGB is 205 - color contains mainly: blue. Hex color #1349CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1349CD is #ECB632. Grayscale: #474747. Windows color (decimal): -15513139 or 13453587. OLE color: 13453587.

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

Color convert

RGB 19 73 205 -
CMYK 0.91 0.64 0 0.20
HSL 222.58º 0.83% 0.44% -
HSV(B) 222.58º 0.91% 0.8% -
XYZ 13.67 9.31 58.83 -
YUV 71.9 203.11 90.27 -
System Red Green Blue C M Y K H S L
Decimal 19 73 205 0.91 0.64 0 0.20 222.58 0.83 0.44
Hex 13 49 CD 5B 40 0 14 DF 53 2C
Octal 23 111 315 133 100 0 24 337 123 54
Binary 10011 1001001 11001101 1011011 1000000 0 10100 11011111 1010011 101100

Color Harmonies of #1349CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1349CD

Black with #1349CD

Text Example


Text Example

White with #1349CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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