Html Css Color HEX #132FCC Persian Blue

📋 copy color: '#132FCC'

red 19 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #132FCC

Tints of Persian Blue #132FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 75.56%

R = 7.04%
G = 17.41%
B = 75.56%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#132FCC (or 0x132FCC) is known color: Persian Blue. HEX triplet: 13, 2F and CC. RGB value is (19,47,204). Sum of RGB (Red+Green+Blue) = 19+47+204=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 47 (18.75% from 255 or 17.41% from 270); Blue value is 204 (80.08% from 255 or 75.56% from 270); Max value from RGB is 204 - color contains mainly: blue. Hex color #132FCC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FCC is #ECD033. Grayscale: #373737. Windows color (decimal): -15519796 or 13381395. OLE color: 13381395.

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

Color convert

RGB 19 47 204 -
CMYK 0.91 0.77 0 0.2
HSL 230.92º 0.83% 0.44% -
HSV(B) 230.92º 0.91% 0.8% -
XYZ 12.18 6.53 57.75 -
YUV 56.53 211.22 101.23 -
System Red Green Blue C M Y K H S L
Decimal 19 47 204 0.91 0.77 0 0.2 230.92 0.83 0.44
Hex 13 2F CC 5B 4D 0 14 E7 53 2C
Octal 23 57 314 133 115 0 24 347 123 54
Binary 10011 101111 11001100 1011011 1001101 0 10100 11100111 1010011 101100

Color Harmonies of #132FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FCC

Black with #132FCC

Text Example


Text Example

White with #132FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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