Html Css Color HEX #132FC6 Persian Blue

📋 copy color: '#132FC6'

red 19 ◦ green 47 ◦ blue 198

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

Shades of Persian Blue #132FC6

Tints of Persian Blue #132FC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 75%

R = 7.2%
G = 17.8%
B = 75%

CMYK

 C value IS 0.90

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#132FC6 (or 0x132FC6) is known color: Persian Blue. HEX triplet: 13, 2F and C6. RGB value is (19,47,198). Sum of RGB (Red+Green+Blue) = 19+47+198=264 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.20% from 264); Green value is 47 (18.75% from 255 or 17.80% from 264); Blue value is 198 (77.73% from 255 or 75% from 264); Max value from RGB is 198 - color contains mainly: blue. Hex color #132FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #132FC6 is #ECD039. Grayscale: #373737. Windows color (decimal): -15519802 or 12988179. OLE color: 12988179.

HSL color Cylindrical-coordinate representation of color #132FC6: hue angle of 230.61º degrees, saturation: 0.82, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #132FC6 is Cyan = 0.90, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 19 47 198 -
CMYK 0.90 0.76 0 0.22
HSL 230.61º 0.82% 0.43% -
HSV(B) 230.61º 0.9% 0.78% -
XYZ 11.48 6.25 54.03 -
YUV 55.84 208.22 101.72 -
System Red Green Blue C M Y K H S L
Decimal 19 47 198 0.90 0.76 0 0.22 230.61 0.82 0.43
Hex 13 2F C6 5A 4C 0 16 E7 52 2B
Octal 23 57 306 132 114 0 26 347 122 53
Binary 10011 101111 11000110 1011010 1001100 0 10110 11100111 1010010 101011

Color Harmonies of #132FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #132FC6

Black with #132FC6

Text Example


Text Example

White with #132FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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