Html Css Color HEX #132AB7 Persian Blue

📋 copy color: '#132AB7'

red 19 ◦ green 42 ◦ blue 183

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

Shades of Persian Blue #132AB7

Tints of Persian Blue #132AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 75%

R = 7.79%
G = 17.21%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.77

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#132AB7 (or 0x132AB7) is known color: Persian Blue. HEX triplet: 13, 2A and B7. RGB value is (19,42,183). Sum of RGB (Red+Green+Blue) = 19+42+183=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 42 (16.80% from 255 or 17.21% from 244); Blue value is 183 (71.88% from 255 or 75% from 244); Max value from RGB is 183 - color contains mainly: blue. Hex color #132AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132AB7 is #ECD548. Grayscale: #323232. Windows color (decimal): -15521097 or 12003859. OLE color: 12003859.

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

Color convert

RGB 19 42 183 -
CMYK 0.90 0.77 0 0.28
HSL 231.59º 0.81% 0.4% -
HSV(B) 231.59º 0.9% 0.72% -
XYZ 9.64 5.21 45.3 -
YUV 51.2 202.38 105.04 -
System Red Green Blue C M Y K H S L
Decimal 19 42 183 0.90 0.77 0 0.28 231.59 0.81 0.4
Hex 13 2A B7 5A 4D 0 1C E8 51 28
Octal 23 52 267 132 115 0 34 350 121 50
Binary 10011 101010 10110111 1011010 1001101 0 11100 11101000 1010001 101000

Color Harmonies of #132AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132AB7

Black with #132AB7

Text Example


Text Example

White with #132AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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