Html Css Color HEX #132AD1 Persian Blue

📋 copy color: '#132AD1'

red 19 ◦ green 42 ◦ blue 209

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

Shades of Persian Blue #132AD1

Tints of Persian Blue #132AD1

RGB

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

 GREEN value IS 42 (16.8% from 255) = 15.56%

 BLUE value IS 209 (82.03% from 255) = 77.41%

R = 7.04%
G = 15.56%
B = 77.41%

CMYK

 C value IS 0.91

 M value IS 0.80

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#132AD1 (or 0x132AD1) is known color: Persian Blue. HEX triplet: 13, 2A and D1. RGB value is (19,42,209). Sum of RGB (Red+Green+Blue) = 19+42+209=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 209 (82.03% from 255 or 77.41% from 270); Max value from RGB is 209 - color contains mainly: blue. Hex color #132AD1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132AD1 is #ECD52E. Grayscale: #353535. Windows color (decimal): -15521071 or 13707795. OLE color: 13707795.

HSL color Cylindrical-coordinate representation of color #132AD1: hue angle of 232.74º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132AD1 is Cyan = 0.91, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 42 209 -
CMYK 0.91 0.80 0 0.18
HSL 232.74º 0.83% 0.45% -
HSV(B) 232.74º 0.91% 0.82% -
XYZ 12.61 6.4 60.89 -
YUV 54.16 215.38 102.92 -
System Red Green Blue C M Y K H S L
Decimal 19 42 209 0.91 0.80 0 0.18 232.74 0.83 0.45
Hex 13 2A D1 5B 50 0 12 E9 53 2D
Octal 23 52 321 133 120 0 22 351 123 55
Binary 10011 101010 11010001 1011011 1010000 0 10010 11101001 1010011 101101

Color Harmonies of #132AD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132AD1

Black with #132AD1

Text Example


Text Example

White with #132AD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #132AD1; }

 p { color: rgb(19,42,209); }

 H1.HeaderClassName
 {
   color: #132AD1;
 }
 .AnyTagClassName
 {
   color: #132AD1;
 }
</style>

background-color css

<style>
 a { background-color: #132AD1; }

 a { background-color: rgb(19,42,209); }

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

border-color css

<style>
 span { border-color: #132AD1; }

 span { border-color: rgb(19,42,209); }

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