Html Css Color HEX #132DD9 Persian Blue

📋 copy color: '#132DD9'

red 19 ◦ green 45 ◦ blue 217

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

Shades of Persian Blue #132DD9

Tints of Persian Blue #132DD9

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.01%

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

R = 6.76%
G = 16.01%
B = 77.22%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#132DD9 (or 0x132DD9) is known color: Persian Blue. HEX triplet: 13, 2D and D9. RGB value is (19,45,217). Sum of RGB (Red+Green+Blue) = 19+45+217=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 45 (17.97% from 255 or 16.01% from 281); Blue value is 217 (85.16% from 255 or 77.22% from 281); Max value from RGB is 217 - color contains mainly: blue. Hex color #132DD9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DD9 is #ECD226. Grayscale: #383838. Windows color (decimal): -15520295 or 14232851. OLE color: 14232851.

HSL color Cylindrical-coordinate representation of color #132DD9: hue angle of 232.12º 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 #132DD9 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 19 45 217 -
CMYK 0.91 0.79 0 0.15
HSL 232.12º 0.84% 0.46% -
HSV(B) 232.12º 0.91% 0.85% -
XYZ 13.73 7.02 66.28 -
YUV 56.83 218.39 101.01 -
System Red Green Blue C M Y K H S L
Decimal 19 45 217 0.91 0.79 0 0.15 232.12 0.84 0.46
Hex 13 2D D9 5B 4F 0 F E8 54 2E
Octal 23 55 331 133 117 0 17 350 124 56
Binary 10011 101101 11011001 1011011 1001111 0 1111 11101000 1010100 101110

Color Harmonies of #132DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DD9

Black with #132DD9

Text Example


Text Example

White with #132DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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