Html Css Color HEX #132CB8 Persian Blue

📋 copy color: '#132CB8'

red 19 ◦ green 44 ◦ blue 184

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

Shades of Persian Blue #132CB8

Tints of Persian Blue #132CB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 74.49%

R = 7.69%
G = 17.81%
B = 74.49%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#132CB8 (or 0x132CB8) is known color: Persian Blue. HEX triplet: 13, 2C and B8. RGB value is (19,44,184). Sum of RGB (Red+Green+Blue) = 19+44+184=247 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.69% from 247); Green value is 44 (17.58% from 255 or 17.81% from 247); Blue value is 184 (72.27% from 255 or 74.49% from 247); Max value from RGB is 184 - color contains mainly: blue. Hex color #132CB8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132CB8 is #ECD347. Grayscale: #333333. Windows color (decimal): -15520584 or 12069907. OLE color: 12069907.

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

Color convert

RGB 19 44 184 -
CMYK 0.90 0.76 0 0.28
HSL 230.91º 0.81% 0.4% -
HSV(B) 230.91º 0.9% 0.72% -
XYZ 9.82 5.4 45.87 -
YUV 52.49 202.22 104.12 -
System Red Green Blue C M Y K H S L
Decimal 19 44 184 0.90 0.76 0 0.28 230.91 0.81 0.4
Hex 13 2C B8 5A 4C 0 1C E7 51 28
Octal 23 54 270 132 114 0 34 347 121 50
Binary 10011 101100 10111000 1011010 1001100 0 11100 11100111 1010001 101000

Color Harmonies of #132CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132CB8

Black with #132CB8

Text Example


Text Example

White with #132CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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