Html Css Color HEX #1329BF Persian Blue

📋 copy color: '#1329BF'

red 19 ◦ green 41 ◦ blue 191

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

Shades of Persian Blue #1329BF

Tints of Persian Blue #1329BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 76.1%

R = 7.57%
G = 16.33%
B = 76.1%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1329BF (or 0x1329BF) is known color: Persian Blue. HEX triplet: 13, 29 and BF. RGB value is (19,41,191). Sum of RGB (Red+Green+Blue) = 19+41+191=251 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.57% from 251); Green value is 41 (16.41% from 255 or 16.33% from 251); Blue value is 191 (75% from 255 or 76.10% from 251); Max value from RGB is 191 - color contains mainly: blue. Hex color #1329BF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #1329BF is #ECD640. Grayscale: #323232. Windows color (decimal): -15521345 or 12527891. OLE color: 12527891.

HSL color Cylindrical-coordinate representation of color #1329BF: hue angle of 232.33º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1329BF is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 41 191 -
CMYK 0.90 0.79 0 0.25
HSL 232.33º 0.82% 0.41% -
HSV(B) 232.33º 0.9% 0.75% -
XYZ 10.47 5.49 49.8 -
YUV 51.52 206.71 104.8 -
System Red Green Blue C M Y K H S L
Decimal 19 41 191 0.90 0.79 0 0.25 232.33 0.82 0.41
Hex 13 29 BF 5A 4F 0 19 E8 52 29
Octal 23 51 277 132 117 0 31 350 122 51
Binary 10011 101001 10111111 1011010 1001111 0 11001 11101000 1010010 101001

Color Harmonies of #1329BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1329BF

Black with #1329BF

Text Example


Text Example

White with #1329BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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