Html Css Color HEX #132DCF Persian Blue

📋 copy color: '#132DCF'

red 19 ◦ green 45 ◦ blue 207

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

Shades of Persian Blue #132DCF

Tints of Persian Blue #132DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.38%

R = 7.01%
G = 16.61%
B = 76.38%

CMYK

 C value IS 0.91

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#132DCF (or 0x132DCF) is known color: Persian Blue. HEX triplet: 13, 2D and CF. RGB value is (19,45,207). Sum of RGB (Red+Green+Blue) = 19+45+207=271 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.01% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 207 (81.25% from 255 or 76.38% from 271); Max value from RGB is 207 - color contains mainly: blue. Hex color #132DCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132DCF is #ECD230. Grayscale: #373737. Windows color (decimal): -15520305 or 13577491. OLE color: 13577491.

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

Color convert

RGB 19 45 207 -
CMYK 0.91 0.78 0 0.19
HSL 231.7º 0.83% 0.44% -
HSV(B) 231.7º 0.91% 0.81% -
XYZ 12.47 6.52 59.63 -
YUV 55.69 213.39 101.83 -
System Red Green Blue C M Y K H S L
Decimal 19 45 207 0.91 0.78 0 0.19 231.7 0.83 0.44
Hex 13 2D CF 5B 4E 0 13 E8 53 2C
Octal 23 55 317 133 116 0 23 350 123 54
Binary 10011 101101 11001111 1011011 1001110 0 10011 11101000 1010011 101100

Color Harmonies of #132DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132DCF

Black with #132DCF

Text Example


Text Example

White with #132DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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