Html Css Color HEX #132DCD Persian Blue

📋 copy color: '#132DCD'

red 19 ◦ green 45 ◦ blue 205

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

Shades of Persian Blue #132DCD

Tints of Persian Blue #132DCD

RGB

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

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

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

R = 7.06%
G = 16.73%
B = 76.21%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#132DCD (or 0x132DCD) is known color: Persian Blue. HEX triplet: 13, 2D and CD. RGB value is (19,45,205). Sum of RGB (Red+Green+Blue) = 19+45+205=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 205 (80.47% from 255 or 76.21% from 269); Max value from RGB is 205 - color contains mainly: blue. Hex color #132DCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DCD is #ECD232. Grayscale: #363636. Windows color (decimal): -15520307 or 13446419. OLE color: 13446419.

HSL color Cylindrical-coordinate representation of color #132DCD: hue angle of 231.61º 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 #132DCD is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 19 45 205 -
CMYK 0.91 0.78 0 0.20
HSL 231.61º 0.83% 0.44% -
HSV(B) 231.61º 0.91% 0.8% -
XYZ 12.23 6.42 58.35 -
YUV 55.47 212.39 101.99 -
System Red Green Blue C M Y K H S L
Decimal 19 45 205 0.91 0.78 0 0.20 231.61 0.83 0.44
Hex 13 2D CD 5B 4E 0 14 E8 53 2C
Octal 23 55 315 133 116 0 24 350 123 54
Binary 10011 101101 11001101 1011011 1001110 0 10100 11101000 1010011 101100

Color Harmonies of #132DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DCD

Black with #132DCD

Text Example


Text Example

White with #132DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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