Html Css Color HEX #132FCD Persian Blue

📋 copy color: '#132FCD'

red 19 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #132FCD

Tints of Persian Blue #132FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.34%

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

R = 7.01%
G = 17.34%
B = 75.65%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#132FCD (or 0x132FCD) is known color: Persian Blue. HEX triplet: 13, 2F and CD. RGB value is (19,47,205). Sum of RGB (Red+Green+Blue) = 19+47+205=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 47 (18.75% from 255 or 17.34% from 271); Blue value is 205 (80.47% from 255 or 75.65% from 271); Max value from RGB is 205 - color contains mainly: blue. Hex color #132FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FCD is #ECD032. Grayscale: #373737. Windows color (decimal): -15519795 or 13446931. OLE color: 13446931.

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

Color convert

RGB 19 47 205 -
CMYK 0.91 0.77 0 0.20
HSL 230.97º 0.83% 0.44% -
HSV(B) 230.97º 0.91% 0.8% -
XYZ 12.3 6.58 58.38 -
YUV 56.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 19 47 205 0.91 0.77 0 0.20 230.97 0.83 0.44
Hex 13 2F CD 5B 4D 0 14 E7 53 2C
Octal 23 57 315 133 115 0 24 347 123 54
Binary 10011 101111 11001101 1011011 1001101 0 10100 11100111 1010011 101100

Color Harmonies of #132FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FCD

Black with #132FCD

Text Example


Text Example

White with #132FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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