Html Css Color HEX #132ABB Persian Blue

📋 copy color: '#132ABB'

red 19 ◦ green 42 ◦ blue 187

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

Shades of Persian Blue #132ABB

Tints of Persian Blue #132ABB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 75.4%

R = 7.66%
G = 16.94%
B = 75.4%

CMYK

 C value IS 0.90

 M value IS 0.78

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#132ABB (or 0x132ABB) is known color: Persian Blue. HEX triplet: 13, 2A and BB. RGB value is (19,42,187). Sum of RGB (Red+Green+Blue) = 19+42+187=248 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.66% from 248); Green value is 42 (16.80% from 255 or 16.94% from 248); Blue value is 187 (73.44% from 255 or 75.40% from 248); Max value from RGB is 187 - color contains mainly: blue. Hex color #132ABB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132ABB is #ECD544. Grayscale: #333333. Windows color (decimal): -15521093 or 12266003. OLE color: 12266003.

HSL color Cylindrical-coordinate representation of color #132ABB: hue angle of 231.79º degrees, saturation: 0.82, 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 #132ABB is Cyan = 0.90, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 19 42 187 -
CMYK 0.90 0.78 0 0.27
HSL 231.79º 0.82% 0.4% -
HSV(B) 231.79º 0.9% 0.73% -
XYZ 10.07 5.38 47.52 -
YUV 51.65 204.38 104.71 -
System Red Green Blue C M Y K H S L
Decimal 19 42 187 0.90 0.78 0 0.27 231.79 0.82 0.4
Hex 13 2A BB 5A 4E 0 1B E8 52 28
Octal 23 52 273 132 116 0 33 350 122 50
Binary 10011 101010 10111011 1011010 1001110 0 11011 11101000 1010010 101000

Color Harmonies of #132ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132ABB

Black with #132ABB

Text Example


Text Example

White with #132ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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