Html Css Color HEX #132AC5 Persian Blue

📋 copy color: '#132AC5'

red 19 ◦ green 42 ◦ blue 197

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

Shades of Persian Blue #132AC5

Tints of Persian Blue #132AC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 76.36%

R = 7.36%
G = 16.28%
B = 76.36%

CMYK

 C value IS 0.90

 M value IS 0.79

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#132AC5 (or 0x132AC5) is known color: Persian Blue. HEX triplet: 13, 2A and C5. RGB value is (19,42,197). Sum of RGB (Red+Green+Blue) = 19+42+197=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 42 (16.80% from 255 or 16.28% from 258); Blue value is 197 (77.34% from 255 or 76.36% from 258); Max value from RGB is 197 - color contains mainly: blue. Hex color #132AC5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132AC5 is #ECD53A. Grayscale: #343434. Windows color (decimal): -15521083 or 12921363. OLE color: 12921363.

HSL color Cylindrical-coordinate representation of color #132AC5: hue angle of 232.25º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132AC5 is Cyan = 0.90, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 19 42 197 -
CMYK 0.90 0.79 0 0.23
HSL 232.25º 0.82% 0.42% -
HSV(B) 232.25º 0.9% 0.77% -
XYZ 11.17 5.83 53.36 -
YUV 52.79 209.38 103.9 -
System Red Green Blue C M Y K H S L
Decimal 19 42 197 0.90 0.79 0 0.23 232.25 0.82 0.42
Hex 13 2A C5 5A 4F 0 17 E8 52 2A
Octal 23 52 305 132 117 0 27 350 122 52
Binary 10011 101010 11000101 1011010 1001111 0 10111 11101000 1010010 101010

Color Harmonies of #132AC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132AC5

Black with #132AC5

Text Example


Text Example

White with #132AC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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