Html Css Color HEX #132BCD Persian Blue

📋 copy color: '#132BCD'

red 19 ◦ green 43 ◦ blue 205

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

Shades of Persian Blue #132BCD

Tints of Persian Blue #132BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.78%

R = 7.12%
G = 16.1%
B = 76.78%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#132BCD (or 0x132BCD) is known color: Persian Blue. HEX triplet: 13, 2B and CD. RGB value is (19,43,205). Sum of RGB (Red+Green+Blue) = 19+43+205=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 43 (17.19% from 255 or 16.10% from 267); Blue value is 205 (80.47% from 255 or 76.78% from 267); Max value from RGB is 205 - color contains mainly: blue. Hex color #132BCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BCD is #ECD432. Grayscale: #353535. Windows color (decimal): -15520819 or 13445907. OLE color: 13445907.

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

Color convert

RGB 19 43 205 -
CMYK 0.91 0.79 0 0.20
HSL 232.26º 0.83% 0.44% -
HSV(B) 232.26º 0.91% 0.8% -
XYZ 12.15 6.27 58.33 -
YUV 54.29 213.05 102.83 -
System Red Green Blue C M Y K H S L
Decimal 19 43 205 0.91 0.79 0 0.20 232.26 0.83 0.44
Hex 13 2B CD 5B 4F 0 14 E8 53 2C
Octal 23 53 315 133 117 0 24 350 123 54
Binary 10011 101011 11001101 1011011 1001111 0 10100 11101000 1010011 101100

Color Harmonies of #132BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BCD

Black with #132BCD

Text Example


Text Example

White with #132BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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