Html Css Color HEX #132ABF Persian Blue

📋 copy color: '#132ABF'

red 19 ◦ green 42 ◦ blue 191

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

Shades of Persian Blue #132ABF

Tints of Persian Blue #132ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 75.79%

R = 7.54%
G = 16.67%
B = 75.79%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#132ABF (or 0x132ABF) is known color: Persian Blue. HEX triplet: 13, 2A and BF. RGB value is (19,42,191). Sum of RGB (Red+Green+Blue) = 19+42+191=252 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.54% from 252); Green value is 42 (16.80% from 255 or 16.67% from 252); Blue value is 191 (75% from 255 or 75.79% from 252); Max value from RGB is 191 - color contains mainly: blue. Hex color #132ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ABF is #ECD540. Grayscale: #333333. Windows color (decimal): -15521089 or 12528147. OLE color: 12528147.

HSL color Cylindrical-coordinate representation of color #132ABF: hue angle of 231.98º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132ABF is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 42 191 -
CMYK 0.90 0.78 0 0.25
HSL 231.98º 0.82% 0.41% -
HSV(B) 231.98º 0.9% 0.75% -
XYZ 10.5 5.56 49.81 -
YUV 52.11 206.38 104.38 -
System Red Green Blue C M Y K H S L
Decimal 19 42 191 0.90 0.78 0 0.25 231.98 0.82 0.41
Hex 13 2A BF 5A 4E 0 19 E8 52 29
Octal 23 52 277 132 116 0 31 350 122 51
Binary 10011 101010 10111111 1011010 1001110 0 11001 11101000 1010010 101001

Color Harmonies of #132ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ABF

Black with #132ABF

Text Example


Text Example

White with #132ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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