Html Css Color HEX #132FBF Persian Blue

📋 copy color: '#132FBF'

red 19 ◦ green 47 ◦ blue 191

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

Shades of Persian Blue #132FBF

Tints of Persian Blue #132FBF

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.29%

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

R = 7.39%
G = 18.29%
B = 74.32%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#132FBF (or 0x132FBF) is known color: Persian Blue. HEX triplet: 13, 2F and BF. RGB value is (19,47,191). Sum of RGB (Red+Green+Blue) = 19+47+191=257 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.39% from 257); Green value is 47 (18.75% from 255 or 18.29% from 257); Blue value is 191 (75% from 255 or 74.32% from 257); Max value from RGB is 191 - color contains mainly: blue. Hex color #132FBF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FBF is #ECD040. Grayscale: #363636. Windows color (decimal): -15519809 or 12529427. OLE color: 12529427.

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

Color convert

RGB 19 47 191 -
CMYK 0.90 0.75 0 0.25
HSL 230.23º 0.82% 0.41% -
HSV(B) 230.23º 0.9% 0.75% -
XYZ 10.69 5.93 49.87 -
YUV 55.04 204.72 102.29 -
System Red Green Blue C M Y K H S L
Decimal 19 47 191 0.90 0.75 0 0.25 230.23 0.82 0.41
Hex 13 2F BF 5A 4B 0 19 E6 52 29
Octal 23 57 277 132 113 0 31 346 122 51
Binary 10011 101111 10111111 1011010 1001011 0 11001 11100110 1010010 101001

Color Harmonies of #132FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FBF

Black with #132FBF

Text Example


Text Example

White with #132FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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