Html Css Color HEX #1341D5 Persian Blue

📋 copy color: '#1341D5'

red 19 ◦ green 65 ◦ blue 213

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

Shades of Persian Blue #1341D5

Tints of Persian Blue #1341D5

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.89%

 BLUE value IS 213 (83.59% from 255) = 71.72%

R = 6.4%
G = 21.89%
B = 71.72%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1341D5 (or 0x1341D5) is known color: Persian Blue. HEX triplet: 13, 41 and D5. RGB value is (19,65,213). Sum of RGB (Red+Green+Blue) = 19+65+213=297 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.40% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 213 (83.59% from 255 or 71.72% from 297); Max value from RGB is 213 - color contains mainly: blue. Hex color #1341D5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1341D5 is #ECBE2A. Grayscale: #434343. Windows color (decimal): -15515179 or 13975827. OLE color: 13975827.

HSL color Cylindrical-coordinate representation of color #1341D5: hue angle of 225.77º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1341D5 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 65 213 -
CMYK 0.91 0.69 0 0.16
HSL 225.77º 0.84% 0.45% -
HSV(B) 225.77º 0.91% 0.84% -
XYZ 14.17 8.72 63.89 -
YUV 68.12 209.76 92.97 -
System Red Green Blue C M Y K H S L
Decimal 19 65 213 0.91 0.69 0 0.16 225.77 0.84 0.45
Hex 13 41 D5 5B 45 0 10 E2 54 2D
Octal 23 101 325 133 105 0 20 342 124 55
Binary 10011 1000001 11010101 1011011 1000101 0 10000 11100010 1010100 101101

Color Harmonies of #1341D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1341D5

Black with #1341D5

Text Example


Text Example

White with #1341D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1341D5; }

 p { color: rgb(19,65,213); }

 H1.HeaderClassName
 {
   color: #1341D5;
 }
 .AnyTagClassName
 {
   color: #1341D5;
 }
</style>

background-color css

<style>
 a { background-color: #1341D5; }

 a { background-color: rgb(19,65,213); }

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

border-color css

<style>
 span { border-color: #1341D5; }

 span { border-color: rgb(19,65,213); }

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