Html Css Color HEX #132ECE Persian Blue

📋 copy color: '#132ECE'

red 19 ◦ green 46 ◦ blue 206

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

Shades of Persian Blue #132ECE

Tints of Persian Blue #132ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 76.01%

R = 7.01%
G = 16.97%
B = 76.01%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#132ECE (or 0x132ECE) is known color: Persian Blue. HEX triplet: 13, 2E and CE. RGB value is (19,46,206). Sum of RGB (Red+Green+Blue) = 19+46+206=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 206 (80.86% from 255 or 76.01% from 271); Max value from RGB is 206 - color contains mainly: blue. Hex color #132ECE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ECE is #ECD131. Grayscale: #373737. Windows color (decimal): -15520050 or 13512211. OLE color: 13512211.

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

Color convert

RGB 19 46 206 -
CMYK 0.91 0.78 0 0.19
HSL 231.34º 0.83% 0.44% -
HSV(B) 231.34º 0.91% 0.81% -
XYZ 12.39 6.55 59 -
YUV 56.17 212.55 101.49 -
System Red Green Blue C M Y K H S L
Decimal 19 46 206 0.91 0.78 0 0.19 231.34 0.83 0.44
Hex 13 2E CE 5B 4E 0 13 E7 53 2C
Octal 23 56 316 133 116 0 23 347 123 54
Binary 10011 101110 11001110 1011011 1001110 0 10011 11100111 1010011 101100

Color Harmonies of #132ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ECE

Black with #132ECE

Text Example


Text Example

White with #132ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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