Html Css Color HEX #132FD5 Persian Blue

📋 copy color: '#132FD5'

red 19 ◦ green 47 ◦ blue 213

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

Shades of Persian Blue #132FD5

Tints of Persian Blue #132FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 76.34%

R = 6.81%
G = 16.85%
B = 76.34%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#132FD5 (or 0x132FD5) is known color: Persian Blue. HEX triplet: 13, 2F and D5. RGB value is (19,47,213). Sum of RGB (Red+Green+Blue) = 19+47+213=279 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.81% from 279); Green value is 47 (18.75% from 255 or 16.85% from 279); Blue value is 213 (83.59% from 255 or 76.34% from 279); Max value from RGB is 213 - color contains mainly: blue. Hex color #132FD5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FD5 is #ECD02A. Grayscale: #383838. Windows color (decimal): -15519787 or 13971219. OLE color: 13971219.

HSL color Cylindrical-coordinate representation of color #132FD5: hue angle of 231.34º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132FD5 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 47 213 -
CMYK 0.91 0.78 0 0.16
HSL 231.34º 0.84% 0.45% -
HSV(B) 231.34º 0.91% 0.84% -
XYZ 13.3 6.98 63.6 -
YUV 57.55 215.72 100.5 -
System Red Green Blue C M Y K H S L
Decimal 19 47 213 0.91 0.78 0 0.16 231.34 0.84 0.45
Hex 13 2F D5 5B 4E 0 10 E7 54 2D
Octal 23 57 325 133 116 0 20 347 124 55
Binary 10011 101111 11010101 1011011 1001110 0 10000 11100111 1010100 101101

Color Harmonies of #132FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FD5

Black with #132FD5

Text Example


Text Example

White with #132FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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