Html Css Color HEX #132FEB Persian Blue

📋 copy color: '#132FEB'

red 19 ◦ green 47 ◦ blue 235

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

Shades of Persian Blue #132FEB

Tints of Persian Blue #132FEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 78.07%

R = 6.31%
G = 15.61%
B = 78.07%

CMYK

 C value IS 0.92

 M value IS 0.8

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#132FEB (or 0x132FEB) is known color: Persian Blue. HEX triplet: 13, 2F and EB. RGB value is (19,47,235). Sum of RGB (Red+Green+Blue) = 19+47+235=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 47 (18.75% from 255 or 15.61% from 301); Blue value is 235 (92.19% from 255 or 78.07% from 301); Max value from RGB is 235 - color contains mainly: blue. Hex color #132FEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132FEB is #ECD014. Grayscale: #3B3B3B. Windows color (decimal): -15519765 or 15413011. OLE color: 15413011.

HSL color Cylindrical-coordinate representation of color #132FEB: hue angle of 232.22º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132FEB is Cyan = 0.92, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 47 235 -
CMYK 0.92 0.8 0 0.08
HSL 232.22º 0.85% 0.5% -
HSV(B) 232.22º 0.92% 0.92% -
XYZ 16.28 8.17 79.32 -
YUV 60.06 226.72 98.71 -
System Red Green Blue C M Y K H S L
Decimal 19 47 235 0.92 0.8 0 0.08 232.22 0.85 0.5
Hex 13 2F EB 5C 50 0 8 E8 55 32
Octal 23 57 353 134 120 0 10 350 125 62
Binary 10011 101111 11101011 1011100 1010000 0 1000 11101000 1010101 110010

Color Harmonies of #132FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FEB

Black with #132FEB

Text Example


Text Example

White with #132FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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