Html Css Color HEX #1329C1 Persian Blue

📋 copy color: '#1329C1'

red 19 ◦ green 41 ◦ blue 193

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

Shades of Persian Blue #1329C1

Tints of Persian Blue #1329C1

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

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

R = 7.51%
G = 16.21%
B = 76.28%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1329C1 (or 0x1329C1) is known color: Persian Blue. HEX triplet: 13, 29 and C1. RGB value is (19,41,193). Sum of RGB (Red+Green+Blue) = 19+41+193=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 193 (75.78% from 255 or 76.28% from 253); Max value from RGB is 193 - color contains mainly: blue. Hex color #1329C1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329C1 is #ECD63E. Grayscale: #333333. Windows color (decimal): -15521343 or 12658963. OLE color: 12658963.

HSL color Cylindrical-coordinate representation of color #1329C1: hue angle of 232.41º 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 #1329C1 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 41 193 -
CMYK 0.90 0.79 0 0.24
HSL 232.41º 0.82% 0.42% -
HSV(B) 232.41º 0.9% 0.76% -
XYZ 10.69 5.57 50.96 -
YUV 51.75 207.71 104.64 -
System Red Green Blue C M Y K H S L
Decimal 19 41 193 0.90 0.79 0 0.24 232.41 0.82 0.42
Hex 13 29 C1 5A 4F 0 18 E8 52 2A
Octal 23 51 301 132 117 0 30 350 122 52
Binary 10011 101001 11000001 1011010 1001111 0 11000 11101000 1010010 101010

Color Harmonies of #1329C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1329C1

Black with #1329C1

Text Example


Text Example

White with #1329C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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