Html Css Color HEX #132FCF Persian Blue

📋 copy color: '#132FCF'

red 19 ◦ green 47 ◦ blue 207

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

Shades of Persian Blue #132FCF

Tints of Persian Blue #132FCF

RGB

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

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

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

R = 6.96%
G = 17.22%
B = 75.82%

CMYK

 C value IS 0.91

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#132FCF (or 0x132FCF) is known color: Persian Blue. HEX triplet: 13, 2F and CF. RGB value is (19,47,207). Sum of RGB (Red+Green+Blue) = 19+47+207=273 (36% of max value = 765). Red value is 19 (7.81% from 255 or 6.96% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 207 (81.25% from 255 or 75.82% from 273); Max value from RGB is 207 - color contains mainly: blue. Hex color #132FCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FCF is #ECD030. Grayscale: #383838. Windows color (decimal): -15519793 or 13578003. OLE color: 13578003.

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

Color convert

RGB 19 47 207 -
CMYK 0.91 0.77 0 0.19
HSL 231.06º 0.83% 0.44% -
HSV(B) 231.06º 0.91% 0.81% -
XYZ 12.55 6.68 59.66 -
YUV 56.87 212.72 100.99 -
System Red Green Blue C M Y K H S L
Decimal 19 47 207 0.91 0.77 0 0.19 231.06 0.83 0.44
Hex 13 2F CF 5B 4D 0 13 E7 53 2C
Octal 23 57 317 133 115 0 23 347 123 54
Binary 10011 101111 11001111 1011011 1001101 0 10011 11100111 1010011 101100

Color Harmonies of #132FCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FCF

Black with #132FCF

Text Example


Text Example

White with #132FCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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