Html Css Color HEX #132EEC Persian Blue

📋 copy color: '#132EEC'

red 19 ◦ green 46 ◦ blue 236

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

Shades of Persian Blue #132EEC

Tints of Persian Blue #132EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 78.41%

R = 6.31%
G = 15.28%
B = 78.41%

CMYK

 C value IS 0.92

 M value IS 0.81

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#132EEC (or 0x132EEC) is known color: Persian Blue. HEX triplet: 13, 2E and EC. RGB value is (19,46,236). Sum of RGB (Red+Green+Blue) = 19+46+236=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 46 (18.36% from 255 or 15.28% from 301); Blue value is 236 (92.58% from 255 or 78.41% from 301); Max value from RGB is 236 - color contains mainly: blue. Hex color #132EEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132EEC is #ECD113. Grayscale: #3A3A3A. Windows color (decimal): -15520020 or 15478291. OLE color: 15478291.

HSL color Cylindrical-coordinate representation of color #132EEC: hue angle of 232.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132EEC is Cyan = 0.92, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 19 46 236 -
CMYK 0.92 0.81 0 0.07
HSL 232.53º 0.85% 0.5% -
HSV(B) 232.53º 0.92% 0.93% -
XYZ 16.39 8.15 80.07 -
YUV 59.59 227.55 99.05 -
System Red Green Blue C M Y K H S L
Decimal 19 46 236 0.92 0.81 0 0.07 232.53 0.85 0.5
Hex 13 2E EC 5C 51 0 7 E9 55 32
Octal 23 56 354 134 121 0 7 351 125 62
Binary 10011 101110 11101100 1011100 1010001 0 111 11101001 1010101 110010

Color Harmonies of #132EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132EEC

Black with #132EEC

Text Example


Text Example

White with #132EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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