Html Css Color HEX #132EC9 Persian Blue

📋 copy color: '#132EC9'

red 19 ◦ green 46 ◦ blue 201

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

Shades of Persian Blue #132EC9

Tints of Persian Blue #132EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 75.56%

R = 7.14%
G = 17.29%
B = 75.56%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#132EC9 (or 0x132EC9) is known color: Persian Blue. HEX triplet: 13, 2E and C9. RGB value is (19,46,201). Sum of RGB (Red+Green+Blue) = 19+46+201=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 46 (18.36% from 255 or 17.29% from 266); Blue value is 201 (78.91% from 255 or 75.56% from 266); Max value from RGB is 201 - color contains mainly: blue. Hex color #132EC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132EC9 is #ECD136. Grayscale: #363636. Windows color (decimal): -15520055 or 13184531. OLE color: 13184531.

HSL color Cylindrical-coordinate representation of color #132EC9: hue angle of 231.1º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132EC9 is Cyan = 0.91, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 19 46 201 -
CMYK 0.91 0.77 0 0.21
HSL 231.1º 0.83% 0.43% -
HSV(B) 231.1º 0.91% 0.79% -
XYZ 11.79 6.31 55.85 -
YUV 55.6 210.05 101.9 -
System Red Green Blue C M Y K H S L
Decimal 19 46 201 0.91 0.77 0 0.21 231.1 0.83 0.43
Hex 13 2E C9 5B 4D 0 15 E7 53 2B
Octal 23 56 311 133 115 0 25 347 123 53
Binary 10011 101110 11001001 1011011 1001101 0 10101 11100111 1010011 101011

Color Harmonies of #132EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132EC9

Black with #132EC9

Text Example


Text Example

White with #132EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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