Html Css Color HEX #132BBF Persian Blue

📋 copy color: '#132BBF'

red 19 ◦ green 43 ◦ blue 191

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

Shades of Persian Blue #132BBF

Tints of Persian Blue #132BBF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17%

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

R = 7.51%
G = 17%
B = 75.49%

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

#132BBF (or 0x132BBF) is known color: Persian Blue. HEX triplet: 13, 2B and BF. RGB value is (19,43,191). Sum of RGB (Red+Green+Blue) = 19+43+191=253 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.51% from 253); Green value is 43 (17.19% from 255 or 17.00% from 253); Blue value is 191 (75% from 255 or 75.49% from 253); Max value from RGB is 191 - color contains mainly: blue. Hex color #132BBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BBF is #ECD440. Grayscale: #343434. Windows color (decimal): -15520833 or 12528403. OLE color: 12528403.

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

Color convert

RGB 19 43 191 -
CMYK 0.90 0.77 0 0.25
HSL 231.63º 0.82% 0.41% -
HSV(B) 231.63º 0.9% 0.75% -
XYZ 10.54 5.63 49.82 -
YUV 52.7 206.05 103.97 -
System Red Green Blue C M Y K H S L
Decimal 19 43 191 0.90 0.77 0 0.25 231.63 0.82 0.41
Hex 13 2B BF 5A 4D 0 19 E8 52 29
Octal 23 53 277 132 115 0 31 350 122 51
Binary 10011 101011 10111111 1011010 1001101 0 11001 11101000 1010010 101001

Color Harmonies of #132BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BBF

Black with #132BBF

Text Example


Text Example

White with #132BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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