Html Css Color HEX #132DB9 Persian Blue

📋 copy color: '#132DB9'

red 19 ◦ green 45 ◦ blue 185

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

Shades of Persian Blue #132DB9

Tints of Persian Blue #132DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 74.3%

R = 7.63%
G = 18.07%
B = 74.3%

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

#132DB9 (or 0x132DB9) is known color: Persian Blue. HEX triplet: 13, 2D and B9. RGB value is (19,45,185). Sum of RGB (Red+Green+Blue) = 19+45+185=249 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.63% from 249); Green value is 45 (17.97% from 255 or 18.07% from 249); Blue value is 185 (72.66% from 255 or 74.30% from 249); Max value from RGB is 185 - color contains mainly: blue. Hex color #132DB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DB9 is #ECD246. Grayscale: #343434. Windows color (decimal): -15520327 or 12135699. OLE color: 12135699.

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

Color convert

RGB 19 45 185 -
CMYK 0.90 0.76 0 0.27
HSL 230.6º 0.81% 0.4% -
HSV(B) 230.6º 0.9% 0.73% -
XYZ 9.96 5.52 46.44 -
YUV 53.19 202.39 103.62 -
System Red Green Blue C M Y K H S L
Decimal 19 45 185 0.90 0.76 0 0.27 230.6 0.81 0.4
Hex 13 2D B9 5A 4C 0 1B E7 51 28
Octal 23 55 271 132 114 0 33 347 121 50
Binary 10011 101101 10111001 1011010 1001100 0 11011 11100111 1010001 101000

Color Harmonies of #132DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DB9

Black with #132DB9

Text Example


Text Example

White with #132DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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