Html Css Color HEX #132BD0 Persian Blue

📋 copy color: '#132BD0'

red 19 ◦ green 43 ◦ blue 208

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

Shades of Persian Blue #132BD0

Tints of Persian Blue #132BD0

RGB

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

 GREEN value IS 43 (17.19% from 255) = 15.93%

 BLUE value IS 208 (81.64% from 255) = 77.04%

R = 7.04%
G = 15.93%
B = 77.04%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#132BD0 (or 0x132BD0) is known color: Persian Blue. HEX triplet: 13, 2B and D0. RGB value is (19,43,208). Sum of RGB (Red+Green+Blue) = 19+43+208=270 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.04% from 270); Green value is 43 (17.19% from 255 or 15.93% from 270); Blue value is 208 (81.64% from 255 or 77.04% from 270); Max value from RGB is 208 - color contains mainly: blue. Hex color #132BD0 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BD0 is #ECD42F. Grayscale: #353535. Windows color (decimal): -15520816 or 13642515. OLE color: 13642515.

HSL color Cylindrical-coordinate representation of color #132BD0: hue angle of 232.38º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #132BD0 is Cyan = 0.91, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 19 43 208 -
CMYK 0.91 0.79 0 0.18
HSL 232.38º 0.83% 0.45% -
HSV(B) 232.38º 0.91% 0.82% -
XYZ 12.52 6.42 60.25 -
YUV 54.63 214.55 102.58 -
System Red Green Blue C M Y K H S L
Decimal 19 43 208 0.91 0.79 0 0.18 232.38 0.83 0.45
Hex 13 2B D0 5B 4F 0 12 E8 53 2D
Octal 23 53 320 133 117 0 22 350 123 55
Binary 10011 101011 11010000 1011011 1001111 0 10010 11101000 1010011 101101

Color Harmonies of #132BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BD0

Black with #132BD0

Text Example


Text Example

White with #132BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,43,208); }

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

background-color css

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

 a { background-color: rgb(19,43,208); }

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

border-color css

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

 span { border-color: rgb(19,43,208); }

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