Html Css Color HEX #132CBB Persian Blue

📋 copy color: '#132CBB'

red 19 ◦ green 44 ◦ blue 187

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

Shades of Persian Blue #132CBB

Tints of Persian Blue #132CBB

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.6%

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

R = 7.6%
G = 17.6%
B = 74.8%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#132CBB (or 0x132CBB) is known color: Persian Blue. HEX triplet: 13, 2C and BB. RGB value is (19,44,187). Sum of RGB (Red+Green+Blue) = 19+44+187=250 (33% of max value = 765). Red value is 19 (7.81% from 255 or 7.6% from 250); Green value is 44 (17.58% from 255 or 17.6% from 250); Blue value is 187 (73.44% from 255 or 74.8% from 250); Max value from RGB is 187 - color contains mainly: blue. Hex color #132CBB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CBB is #ECD344. Grayscale: #343434. Windows color (decimal): -15520581 or 12266515. OLE color: 12266515.

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

Color convert

RGB 19 44 187 -
CMYK 0.90 0.76 0 0.27
HSL 231.07º 0.82% 0.4% -
HSV(B) 231.07º 0.9% 0.73% -
XYZ 10.14 5.53 47.55 -
YUV 52.83 203.72 103.87 -
System Red Green Blue C M Y K H S L
Decimal 19 44 187 0.90 0.76 0 0.27 231.07 0.82 0.4
Hex 13 2C BB 5A 4C 0 1B E7 52 28
Octal 23 54 273 132 114 0 33 347 122 50
Binary 10011 101100 10111011 1011010 1001100 0 11011 11100111 1010010 101000

Color Harmonies of #132CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132CBB

Black with #132CBB

Text Example


Text Example

White with #132CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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