Html Css Color HEX #132ECB Persian Blue

📋 copy color: '#132ECB'

red 19 ◦ green 46 ◦ blue 203

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

Shades of Persian Blue #132ECB

Tints of Persian Blue #132ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 75.75%

R = 7.09%
G = 17.16%
B = 75.75%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#132ECB (or 0x132ECB) is known color: Persian Blue. HEX triplet: 13, 2E and CB. RGB value is (19,46,203). Sum of RGB (Red+Green+Blue) = 19+46+203=268 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.09% from 268); Green value is 46 (18.36% from 255 or 17.16% from 268); Blue value is 203 (79.69% from 255 or 75.75% from 268); Max value from RGB is 203 - color contains mainly: blue. Hex color #132ECB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ECB is #ECD134. Grayscale: #373737. Windows color (decimal): -15520053 or 13315603. OLE color: 13315603.

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

Color convert

RGB 19 46 203 -
CMYK 0.91 0.77 0 0.20
HSL 231.2º 0.83% 0.44% -
HSV(B) 231.2º 0.91% 0.8% -
XYZ 12.03 6.4 57.1 -
YUV 55.83 211.05 101.73 -
System Red Green Blue C M Y K H S L
Decimal 19 46 203 0.91 0.77 0 0.20 231.2 0.83 0.44
Hex 13 2E CB 5B 4D 0 14 E7 53 2C
Octal 23 56 313 133 115 0 24 347 123 54
Binary 10011 101110 11001011 1011011 1001101 0 10100 11100111 1010011 101100

Color Harmonies of #132ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ECB

Black with #132ECB

Text Example


Text Example

White with #132ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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