Html Css Color HEX #132EC3 Persian Blue

📋 copy color: '#132EC3'

red 19 ◦ green 46 ◦ blue 195

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

Shades of Persian Blue #132EC3

Tints of Persian Blue #132EC3

RGB

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

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

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

R = 7.31%
G = 17.69%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#132EC3 (or 0x132EC3) is known color: Persian Blue. HEX triplet: 13, 2E and C3. RGB value is (19,46,195). Sum of RGB (Red+Green+Blue) = 19+46+195=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 46 (18.36% from 255 or 17.69% from 260); Blue value is 195 (76.56% from 255 or 75% from 260); Max value from RGB is 195 - color contains mainly: blue. Hex color #132EC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EC3 is #ECD13C. Grayscale: #363636. Windows color (decimal): -15520061 or 12791315. OLE color: 12791315.

HSL color Cylindrical-coordinate representation of color #132EC3: hue angle of 230.8º 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 #132EC3 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 19 46 195 -
CMYK 0.90 0.76 0 0.24
HSL 230.8º 0.82% 0.42% -
HSV(B) 230.8º 0.9% 0.76% -
XYZ 11.1 6.03 52.21 -
YUV 54.91 207.05 102.38 -
System Red Green Blue C M Y K H S L
Decimal 19 46 195 0.90 0.76 0 0.24 230.8 0.82 0.42
Hex 13 2E C3 5A 4C 0 18 E7 52 2A
Octal 23 56 303 132 114 0 30 347 122 52
Binary 10011 101110 11000011 1011010 1001100 0 11000 11100111 1010010 101010

Color Harmonies of #132EC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132EC3

Black with #132EC3

Text Example


Text Example

White with #132EC3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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