Html Css Color HEX #132ABA Persian Blue

📋 copy color: '#132ABA'

red 19 ◦ green 42 ◦ blue 186

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

Shades of Persian Blue #132ABA

Tints of Persian Blue #132ABA

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17%

 BLUE value IS 186 (73.05% from 255) = 75.3%

R = 7.69%
G = 17%
B = 75.3%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#132ABA (or 0x132ABA) is known color: Persian Blue. HEX triplet: 13, 2A and BA. RGB value is (19,42,186). Sum of RGB (Red+Green+Blue) = 19+42+186=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 186 (73.05% from 255 or 75.30% from 247); Max value from RGB is 186 - color contains mainly: blue. Hex color #132ABA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ABA is #ECD545. Grayscale: #323232. Windows color (decimal): -15521094 or 12200467. OLE color: 12200467.

HSL color Cylindrical-coordinate representation of color #132ABA: hue angle of 231.74º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132ABA is Cyan = 0.90, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 42 186 -
CMYK 0.90 0.77 0 0.27
HSL 231.74º 0.81% 0.4% -
HSV(B) 231.74º 0.9% 0.73% -
XYZ 9.96 5.34 46.96 -
YUV 51.54 203.88 104.79 -
System Red Green Blue C M Y K H S L
Decimal 19 42 186 0.90 0.77 0 0.27 231.74 0.81 0.4
Hex 13 2A BA 5A 4D 0 1B E8 51 28
Octal 23 52 272 132 115 0 33 350 121 50
Binary 10011 101010 10111010 1011010 1001101 0 11011 11101000 1010001 101000

Color Harmonies of #132ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ABA

Black with #132ABA

Text Example


Text Example

White with #132ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,42,186); }

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

background-color css

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

 a { background-color: rgb(19,42,186); }

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

border-color css

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

 span { border-color: rgb(19,42,186); }

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