Html Css Color HEX #132ADD Persian Blue

📋 copy color: '#132ADD'

red 19 ◦ green 42 ◦ blue 221

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

Shades of Persian Blue #132ADD

Tints of Persian Blue #132ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 78.37%

R = 6.74%
G = 14.89%
B = 78.37%

CMYK

 C value IS 0.91

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#132ADD (or 0x132ADD) is known color: Persian Blue. HEX triplet: 13, 2A and DD. RGB value is (19,42,221). Sum of RGB (Red+Green+Blue) = 19+42+221=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 42 (16.80% from 255 or 14.89% from 282); Blue value is 221 (86.72% from 255 or 78.37% from 282); Max value from RGB is 221 - color contains mainly: blue. Hex color #132ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ADD is #ECD522. Grayscale: #363636. Windows color (decimal): -15521059 or 14494227. OLE color: 14494227.

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

Color convert

RGB 19 42 221 -
CMYK 0.91 0.81 0 0.13
HSL 233.17º 0.84% 0.47% -
HSV(B) 233.17º 0.91% 0.87% -
XYZ 14.15 7.01 69.01 -
YUV 55.53 221.38 101.95 -
System Red Green Blue C M Y K H S L
Decimal 19 42 221 0.91 0.81 0 0.13 233.17 0.84 0.47
Hex 13 2A DD 5B 51 0 D E9 54 2F
Octal 23 52 335 133 121 0 15 351 124 57
Binary 10011 101010 11011101 1011011 1010001 0 1101 11101001 1010100 101111

Color Harmonies of #132ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ADD

Black with #132ADD

Text Example


Text Example

White with #132ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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