#132AF8

Color #132AF8 Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #132AF8

Tints of Blue #132AF8

Color information

#132AF8 (or 0x132AF8) is unknown color: approx Blue. HEX triplet: 13, 2A and F8. RGB value is (19,42,248). Sum of RGB (Red+Green+Blue) = 19+42+248=309 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.15% from 309); Green value is 42 (16.80% from 255 or 13.59% from 309); Blue value is 248 (97.27% from 255 or 80.26% from 309); Max value from RGB is 248 - color contains mainly: blue. Hex color #132AF8 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #132AF8 is #ECD507. Grayscale: #393939. Windows color (decimal): -15521032 or 16263699. OLE color: 16263699.

HSL color Cylindrical-coordinate representation of color #132AF8: hue angle of 233.97º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #132AF8 is Cyan = 0.92, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1942248-
CMYK0.920.8300.03
HSL233.97º94.24%52.35%-
HSV(B)233.97º92.34%97.25%-
XYZ18.048.5789.51-
YUV58.61234.8899.75-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 6.15%
GREEN value IS 42 (16.80% from 255) = 13.59%
BLUE value IS 248 (97.27% from 255) = 80.26%
R=6.15%
G=13.59%
B=80.26%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal19422480.920.8300.03233.9794.2452.35
Hex132AF85C5303ea5e34
Octal23523701341230335213664
Binary100111010101111100010111001010011011111010101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #132AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(19,42,248); }

 H1.HeaderClassName
 {
   color: #132AF8;
 }
 .AnyTagClassName
 {
   color: #132AF8;
 }
</style>
background-color css

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

 a { background-color: rgb(19,42,248); }

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

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

 span { border-color: rgb(19,42,248); }

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