Html Css Color HEX #132FD0 Persian Blue

📋 copy color: '#132FD0'

red 19 ◦ green 47 ◦ blue 208

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

Shades of Persian Blue #132FD0

Tints of Persian Blue #132FD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 75.91%

R = 6.93%
G = 17.15%
B = 75.91%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#132FD0 (or 0x132FD0) is known color: Persian Blue. HEX triplet: 13, 2F and D0. RGB value is (19,47,208). Sum of RGB (Red+Green+Blue) = 19+47+208=274 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.93% from 274); Green value is 47 (18.75% from 255 or 17.15% from 274); Blue value is 208 (81.64% from 255 or 75.91% from 274); Max value from RGB is 208 - color contains mainly: blue. Hex color #132FD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FD0 is #ECD02F. Grayscale: #383838. Windows color (decimal): -15519792 or 13643539. OLE color: 13643539.

HSL color Cylindrical-coordinate representation of color #132FD0: hue angle of 231.11º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132FD0 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 47 208 -
CMYK 0.91 0.77 0 0.18
HSL 231.11º 0.83% 0.45% -
HSV(B) 231.11º 0.91% 0.82% -
XYZ 12.67 6.73 60.3 -
YUV 56.98 213.22 100.91 -
System Red Green Blue C M Y K H S L
Decimal 19 47 208 0.91 0.77 0 0.18 231.11 0.83 0.45
Hex 13 2F D0 5B 4D 0 12 E7 53 2D
Octal 23 57 320 133 115 0 22 347 123 55
Binary 10011 101111 11010000 1011011 1001101 0 10010 11100111 1010011 101101

Color Harmonies of #132FD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FD0

Black with #132FD0

Text Example


Text Example

White with #132FD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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