Html Css Color HEX #132CC3 Persian Blue

📋 copy color: '#132CC3'

red 19 ◦ green 44 ◦ blue 195

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

Shades of Persian Blue #132CC3

Tints of Persian Blue #132CC3

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

 BLUE value IS 195 (76.56% from 255) = 75.58%

R = 7.36%
G = 17.05%
B = 75.58%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#132CC3 (or 0x132CC3) is known color: Persian Blue. HEX triplet: 13, 2C and C3. RGB value is (19,44,195). Sum of RGB (Red+Green+Blue) = 19+44+195=258 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.36% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 195 (76.56% from 255 or 75.58% from 258); Max value from RGB is 195 - color contains mainly: blue. Hex color #132CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CC3 is #ECD33C. Grayscale: #353535. Windows color (decimal): -15520573 or 12790803. OLE color: 12790803.

HSL color Cylindrical-coordinate representation of color #132CC3: hue angle of 231.48º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132CC3 is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 44 195 -
CMYK 0.90 0.77 0 0.24
HSL 231.48º 0.82% 0.42% -
HSV(B) 231.48º 0.9% 0.76% -
XYZ 11.02 5.88 52.18 -
YUV 53.74 207.72 103.22 -
System Red Green Blue C M Y K H S L
Decimal 19 44 195 0.90 0.77 0 0.24 231.48 0.82 0.42
Hex 13 2C C3 5A 4D 0 18 E7 52 2A
Octal 23 54 303 132 115 0 30 347 122 52
Binary 10011 101100 11000011 1011010 1001101 0 11000 11100111 1010010 101010

Color Harmonies of #132CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132CC3

Black with #132CC3

Text Example


Text Example

White with #132CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,44,195); }

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

background-color css

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

 a { background-color: rgb(19,44,195); }

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

border-color css

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

 span { border-color: rgb(19,44,195); }

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