Html Css Color HEX #1320C1 Persian Blue

📋 copy color: '#1320C1'

red 19 ◦ green 32 ◦ blue 193

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

Shades of Persian Blue #1320C1

Tints of Persian Blue #1320C1

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.11%

 BLUE value IS 193 (75.78% from 255) = 79.1%

R = 7.79%
G = 13.11%
B = 79.1%

CMYK

 C value IS 0.90

 M value IS 0.83

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1320C1 (or 0x1320C1) is known color: Persian Blue. HEX triplet: 13, 20 and C1. RGB value is (19,32,193). Sum of RGB (Red+Green+Blue) = 19+32+193=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 32 (12.89% from 255 or 13.11% from 244); Blue value is 193 (75.78% from 255 or 79.10% from 244); Max value from RGB is 193 - color contains mainly: blue. Hex color #1320C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1320C1 is #ECDF3E. Grayscale: #2D2D2D. Windows color (decimal): -15523647 or 12656659. OLE color: 12656659.

HSL color Cylindrical-coordinate representation of color #1320C1: hue angle of 235.52º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1320C1 is Cyan = 0.90, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 32 193 -
CMYK 0.90 0.83 0 0.24
HSL 235.52º 0.82% 0.42% -
HSV(B) 235.52º 0.9% 0.76% -
XYZ 10.41 5.02 50.87 -
YUV 46.47 210.69 108.41 -
System Red Green Blue C M Y K H S L
Decimal 19 32 193 0.90 0.83 0 0.24 235.52 0.82 0.42
Hex 13 20 C1 5A 53 0 18 EC 52 2A
Octal 23 40 301 132 123 0 30 354 122 52
Binary 10011 100000 11000001 1011010 1010011 0 11000 11101100 1010010 101010

Color Harmonies of #1320C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1320C1

Black with #1320C1

Text Example


Text Example

White with #1320C1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1320C1; }

 p { color: rgb(19,32,193); }

 H1.HeaderClassName
 {
   color: #1320C1;
 }
 .AnyTagClassName
 {
   color: #1320C1;
 }
</style>

background-color css

<style>
 a { background-color: #1320C1; }

 a { background-color: rgb(19,32,193); }

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

border-color css

<style>
 span { border-color: #1320C1; }

 span { border-color: rgb(19,32,193); }

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