Html Css Color HEX #132BCF Persian Blue

📋 copy color: '#132BCF'

red 19 ◦ green 43 ◦ blue 207

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

Shades of Persian Blue #132BCF

Tints of Persian Blue #132BCF

RGB

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

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

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

R = 7.06%
G = 15.99%
B = 76.95%

CMYK

 C value IS 0.91

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#132BCF (or 0x132BCF) is known color: Persian Blue. HEX triplet: 13, 2B and CF. RGB value is (19,43,207). Sum of RGB (Red+Green+Blue) = 19+43+207=269 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.06% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 207 (81.25% from 255 or 76.95% from 269); Max value from RGB is 207 - color contains mainly: blue. Hex color #132BCF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132BCF is #ECD430. Grayscale: #353535. Windows color (decimal): -15520817 or 13576979. OLE color: 13576979.

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

Color convert

RGB 19 43 207 -
CMYK 0.91 0.79 0 0.19
HSL 232.34º 0.83% 0.44% -
HSV(B) 232.34º 0.91% 0.81% -
XYZ 12.39 6.37 59.61 -
YUV 54.52 214.05 102.66 -
System Red Green Blue C M Y K H S L
Decimal 19 43 207 0.91 0.79 0 0.19 232.34 0.83 0.44
Hex 13 2B CF 5B 4F 0 13 E8 53 2C
Octal 23 53 317 133 117 0 23 350 123 54
Binary 10011 101011 11001111 1011011 1001111 0 10011 11101000 1010011 101100

Color Harmonies of #132BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132BCF

Black with #132BCF

Text Example


Text Example

White with #132BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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