Html Css Color HEX #132CBF Persian Blue

📋 copy color: '#132CBF'

red 19 ◦ green 44 ◦ blue 191

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

Shades of Persian Blue #132CBF

Tints of Persian Blue #132CBF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.32%

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

R = 7.48%
G = 17.32%
B = 75.2%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#132CBF (or 0x132CBF) is known color: Persian Blue. HEX triplet: 13, 2C and BF. RGB value is (19,44,191). Sum of RGB (Red+Green+Blue) = 19+44+191=254 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.48% from 254); Green value is 44 (17.58% from 255 or 17.32% from 254); Blue value is 191 (75% from 255 or 75.20% from 254); Max value from RGB is 191 - color contains mainly: blue. Hex color #132CBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CBF is #ECD340. Grayscale: #343434. Windows color (decimal): -15520577 or 12528659. OLE color: 12528659.

HSL color Cylindrical-coordinate representation of color #132CBF: hue angle of 231.28º 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 #132CBF is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 19 44 191 -
CMYK 0.90 0.77 0 0.25
HSL 231.28º 0.82% 0.41% -
HSV(B) 231.28º 0.9% 0.75% -
XYZ 10.57 5.7 49.83 -
YUV 53.28 205.72 103.55 -
System Red Green Blue C M Y K H S L
Decimal 19 44 191 0.90 0.77 0 0.25 231.28 0.82 0.41
Hex 13 2C BF 5A 4D 0 19 E7 52 29
Octal 23 54 277 132 115 0 31 347 122 51
Binary 10011 101100 10111111 1011010 1001101 0 11001 11100111 1010010 101001

Color Harmonies of #132CBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132CBF

Black with #132CBF

Text Example


Text Example

White with #132CBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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