Html Css Color HEX #132AD9 Persian Blue

📋 copy color: '#132AD9'

red 19 ◦ green 42 ◦ blue 217

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

Shades of Persian Blue #132AD9

Tints of Persian Blue #132AD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 78.06%

R = 6.83%
G = 15.11%
B = 78.06%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#132AD9 (or 0x132AD9) is known color: Persian Blue. HEX triplet: 13, 2A and D9. RGB value is (19,42,217). Sum of RGB (Red+Green+Blue) = 19+42+217=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 42 (16.80% from 255 or 15.11% from 278); Blue value is 217 (85.16% from 255 or 78.06% from 278); Max value from RGB is 217 - color contains mainly: blue. Hex color #132AD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132AD9 is #ECD526. Grayscale: #363636. Windows color (decimal): -15521063 or 14232083. OLE color: 14232083.

HSL color Cylindrical-coordinate representation of color #132AD9: hue angle of 233.03º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132AD9 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 42 217 -
CMYK 0.91 0.81 0 0.15
HSL 233.03º 0.84% 0.46% -
HSV(B) 233.03º 0.91% 0.85% -
XYZ 13.62 6.8 66.24 -
YUV 55.07 219.38 102.27 -
System Red Green Blue C M Y K H S L
Decimal 19 42 217 0.91 0.81 0 0.15 233.03 0.84 0.46
Hex 13 2A D9 5B 51 0 F E9 54 2E
Octal 23 52 331 133 121 0 17 351 124 56
Binary 10011 101010 11011001 1011011 1010001 0 1111 11101001 1010100 101110

Color Harmonies of #132AD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132AD9

Black with #132AD9

Text Example


Text Example

White with #132AD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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