Html Css Color HEX #132ED5 Persian Blue

📋 copy color: '#132ED5'

red 19 ◦ green 46 ◦ blue 213

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

Shades of Persian Blue #132ED5

Tints of Persian Blue #132ED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 76.62%

R = 6.83%
G = 16.55%
B = 76.62%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#132ED5 (or 0x132ED5) is known color: Persian Blue. HEX triplet: 13, 2E and D5. RGB value is (19,46,213). Sum of RGB (Red+Green+Blue) = 19+46+213=278 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.83% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 213 (83.59% from 255 or 76.62% from 278); Max value from RGB is 213 - color contains mainly: blue. Hex color #132ED5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ED5 is #ECD12A. Grayscale: #383838. Windows color (decimal): -15520043 or 13970963. OLE color: 13970963.

HSL color Cylindrical-coordinate representation of color #132ED5: hue angle of 231.65º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132ED5 is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 19 46 213 -
CMYK 0.91 0.78 0 0.16
HSL 231.65º 0.84% 0.45% -
HSV(B) 231.65º 0.91% 0.84% -
XYZ 13.26 6.9 63.58 -
YUV 56.97 216.05 100.92 -
System Red Green Blue C M Y K H S L
Decimal 19 46 213 0.91 0.78 0 0.16 231.65 0.84 0.45
Hex 13 2E D5 5B 4E 0 10 E8 54 2D
Octal 23 56 325 133 116 0 20 350 124 55
Binary 10011 101110 11010101 1011011 1001110 0 10000 11101000 1010100 101101

Color Harmonies of #132ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ED5

Black with #132ED5

Text Example


Text Example

White with #132ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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