Html Css Color HEX #132ECC Persian Blue

📋 copy color: '#132ECC'

red 19 ◦ green 46 ◦ blue 204

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

Shades of Persian Blue #132ECC

Tints of Persian Blue #132ECC

RGB

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

 GREEN value IS 46 (18.36% from 255) = 17.1%

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

R = 7.06%
G = 17.1%
B = 75.84%

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

#132ECC (or 0x132ECC) is known color: Persian Blue. HEX triplet: 13, 2E and CC. RGB value is (19,46,204). Sum of RGB (Red+Green+Blue) = 19+46+204=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 204 (80.08% from 255 or 75.84% from 269); Max value from RGB is 204 - color contains mainly: blue. Hex color #132ECC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ECC is #ECD133. Grayscale: #373737. Windows color (decimal): -15520052 or 13381139. OLE color: 13381139.

HSL color Cylindrical-coordinate representation of color #132ECC: hue angle of 231.24º 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 #132ECC is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 19 46 204 -
CMYK 0.91 0.77 0 0.2
HSL 231.24º 0.83% 0.44% -
HSV(B) 231.24º 0.91% 0.8% -
XYZ 12.14 6.45 57.73 -
YUV 55.94 211.55 101.65 -
System Red Green Blue C M Y K H S L
Decimal 19 46 204 0.91 0.77 0 0.2 231.24 0.83 0.44
Hex 13 2E CC 5B 4D 0 14 E7 53 2C
Octal 23 56 314 133 115 0 24 347 123 54
Binary 10011 101110 11001100 1011011 1001101 0 10100 11100111 1010011 101100

Color Harmonies of #132ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ECC

Black with #132ECC

Text Example


Text Example

White with #132ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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