Html Css Color HEX #132DB5 Persian Blue

📋 copy color: '#132DB5'

red 19 ◦ green 45 ◦ blue 181

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

Shades of Persian Blue #132DB5

Tints of Persian Blue #132DB5

RGB

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

 GREEN value IS 45 (17.97% from 255) = 18.37%

 BLUE value IS 181 (71.09% from 255) = 73.88%

R = 7.76%
G = 18.37%
B = 73.88%

CMYK

 C value IS 0.90

 M value IS 0.75

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#132DB5 (or 0x132DB5) is known color: Persian Blue. HEX triplet: 13, 2D and B5. RGB value is (19,45,181). Sum of RGB (Red+Green+Blue) = 19+45+181=245 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.76% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 181 (71.09% from 255 or 73.88% from 245); Max value from RGB is 181 - color contains mainly: blue. Hex color #132DB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DB5 is #ECD24A. Grayscale: #343434. Windows color (decimal): -15520331 or 11873555. OLE color: 11873555.

HSL color Cylindrical-coordinate representation of color #132DB5: hue angle of 230.37º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132DB5 is Cyan = 0.90, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 19 45 181 -
CMYK 0.90 0.75 0 0.29
HSL 230.37º 0.81% 0.39% -
HSV(B) 230.37º 0.9% 0.71% -
XYZ 9.55 5.35 44.25 -
YUV 52.73 200.39 103.94 -
System Red Green Blue C M Y K H S L
Decimal 19 45 181 0.90 0.75 0 0.29 230.37 0.81 0.39
Hex 13 2D B5 5A 4B 0 1D E6 51 27
Octal 23 55 265 132 113 0 35 346 121 47
Binary 10011 101101 10110101 1011010 1001011 0 11101 11100110 1010001 100111

Color Harmonies of #132DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DB5

Black with #132DB5

Text Example


Text Example

White with #132DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,45,181); }

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

background-color css

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

 a { background-color: rgb(19,45,181); }

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

border-color css

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

 span { border-color: rgb(19,45,181); }

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